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 7510247e3a3a5ab8218869919e7ee8d12adafd9c
parent d1d35d28bf48e27983f12d9a14eac38d07c359c0
Author: Eli Barzilay <eli@barzilay.org>
Date:   Sat, 27 Aug 2011 21:22:21 -0400

Documentation typo.

original commit: 0e31b37aa4581f7bdda5bcee4573966b5733dbcb

Diffstat:
Mcollects/scribblings/scribble/manual.scrbl | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/collects/scribblings/scribble/manual.scrbl b/collects/scribblings/scribble/manual.scrbl @@ -527,7 +527,7 @@ used at most once in a section, though it can be shadowed with @racket[defmodule]s in sub-sections. If a @racket[#:require-form] clause is provided, the given expression -produces an element to use instead of @racket[(racket require)] for +produces an element to use instead of @racket[require] for the declaration of the module. This is useful to suggest a different way of accessing the module instead of through @racket[require].