commit 62aa3f33a28df0274a60e552c779852d56494a18
parent 5c4a4317d1996eee4123b329185e85e7be6b5eff
Author: Yuval Langer <yuval.langer@gmail.com>
Date: Mon, 4 Mar 2024 12:36:43 +0200
Fix wrong symbols in Other Notations node.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/r7rs-small/lexical-conventions.texinfo b/doc/r7rs-small/lexical-conventions.texinfo
@@ -182,7 +182,7 @@ Backslash is used in the syntax for character constants
(@ref{Characters}) and as an escape character within string constants
(@ref{Strings}) and identifiers (@ref{Lexical structure}).
-@item @code{[ ] @@ |}
+@item @code{[ ] @{ @}}
Left and right square and curly brackets (braces) are reserved for
possible future extensions to the language.