From 4a8fae32edb453084ac21c3f69a00cfa203e593d Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Tue, 5 Feb 2008 00:22:33 +0000 Subject: [PATCH] fix some minor bug and typos in previous commit svn: r8533 original commit: 3da233dd8e1e3e911540c8d1e93d5a49903e8606 --- collects/scribblings/scribble/how-to.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/scribble/how-to.scrbl b/collects/scribblings/scribble/how-to.scrbl index c66e8566..e9305e64 100644 --- 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" ()))) ]}