commit e8ce285e5ae2d5a79193d536a9b8650e15d4be11
parent 73b8f12a0d694e6102fae143eaf887bc9eba58ca
Author: Matthew Flatt <mflatt@racket-lang.org>
Date: Wed, 2 Feb 2011 16:09:21 -0700
fix typo
original commit: d704f9565b8db7cf456dac84c025b188425c06c9
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/collects/scribblings/scribble/manual.scrbl b/collects/scribblings/scribble/manual.scrbl
@@ -208,7 +208,7 @@ without insetting the code.}
@defform[(RACKETRESULTBLOCK0 datum ...)]
)]{
-Like @racketblock[racketblock], etc., but colors the typeset text as a
+Like @racket[racketblock], etc., but colors the typeset text as a
result (i.e., a single color with no hyperlinks) instead of code.}
@deftogether[(