From 0bef9b29fe0b6d9902070047b243f19dd8a4cf3b Mon Sep 17 00:00:00 2001 From: Lassi Kortela Date: Mon, 17 Aug 2020 09:14:24 +0300 Subject: [PATCH] Edit for consistency --- hash-syntax.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hash-syntax.scm b/hash-syntax.scm index 3ff140c..63953e1 100644 --- a/hash-syntax.scm +++ b/hash-syntax.scm @@ -47,7 +47,7 @@ (description "Literal character [R7RS]") (id "#`") -(description "quasisyntax [R6RS, syntax-case]; legacy string interpolation [Gauche]") +(description "quasisyntax [R6RS, syntax-case]; legacy interpolated string [Gauche]") (id "#|") (description "Block comment until |# [R6RS, R7RS, SRFI 30]")