bkyk8rc3zvpnsf5inmcqq4n3k98cv6hj-my-site-hyper-literate-git.test.suzanne.soy-0.0.1

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit cf71a6612c70ce1c7b86b65124dab45c8b206ea3
parent 0d943763a3efe6cd0616bc9ce2e63b92d4e100e9
Author: Eli Barzilay <eli@racket-lang.org>
Date:   Wed, 13 Feb 2008 02:51:43 +0000

typo

svn: r8639

original commit: 8e6a957bb971d59860d655b91d65743386c854fa

Diffstat:
Mcollects/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 @@ -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.