From cf71a6612c70ce1c7b86b65124dab45c8b206ea3 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Wed, 13 Feb 2008 02:51:43 +0000 Subject: [PATCH] typo svn: r8639 original commit: 8e6a957bb971d59860d655b91d65743386c854fa --- collects/scribblings/scribble/doclang.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/scribble/doclang.scrbl b/collects/scribblings/scribble/doclang.scrbl index 09c24dfc..6d062ee8 100644 --- a/collects/scribblings/scribble/doclang.scrbl +++ b/collects/scribblings/scribble/doclang.scrbl @@ -14,6 +14,6 @@ essentially packages the body of the module into a call to @scheme[doc]. Any module-level form other than an expression (e.g., a -@scheme[require] or @scheme[define]) is remains at the top level, and +@scheme[require] or @scheme[define]) remains at the top level, and the @scheme[doc] binding is put at the end of the module. As usual, a module-top-level @scheme[begin] slices into the module top level.