commit 4a8fae32edb453084ac21c3f69a00cfa203e593d
parent d4db2b3df81495d46c7d8d5938c4c5921a3333ef
Author: Eli Barzilay <eli@racket-lang.org>
Date: Tue, 5 Feb 2008 00:22:33 +0000
fix some minor bug and typos in previous commit
svn: r8533
original commit: 3da233dd8e1e3e911540c8d1e93d5a49903e8606
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/collects/scribblings/scribble/how-to.scrbl b/collects/scribblings/scribble/how-to.scrbl
@@ -60,7 +60,7 @@ EOS
@filepath{info.ss} module, here's a suitable complete module:
@schemeblock[
- #lang setup/infotab
+ \#lang setup/infotab
(define name "Some documentation")
(define scribblings '(("manual.scrbl" ())))
]}