From 8d48bef28b86c31fde840d4ba580b3529bb2c90f Mon Sep 17 00:00:00 2001 From: Matthias Felleisen Date: Tue, 16 Jul 2013 18:40:32 -0400 Subject: [PATCH] fix typo --- pkgs/racket-pkgs/racket-doc/scribblings/style/textual.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-pkgs/racket-doc/scribblings/style/textual.scrbl b/pkgs/racket-pkgs/racket-doc/scribblings/style/textual.scrbl index e2eb1ad870..5dc24c78a8 100644 --- a/pkgs/racket-pkgs/racket-doc/scribblings/style/textual.scrbl +++ b/pkgs/racket-pkgs/racket-doc/scribblings/style/textual.scrbl @@ -349,7 +349,7 @@ Finally, in addition to regular alphanumeric characters, Racketeers use a define new languages.} The use of ``#%'' to prefix names from the kernel language warns readers that these identifiers are extremely special and they need to watch out for subtleties. No other identifiers start with - ``#'' and, in particular, all tokens starting with ``#%'' are keywords. + ``#'' and, in particular, all tokens starting with ``#:'' are keywords. @; ----------------------------------------------------------------------------- @section{Graphical Syntax}