Documentation typo.

original commit: 0e31b37aa4581f7bdda5bcee4573966b5733dbcb
This commit is contained in:
Eli Barzilay 2011-08-27 21:22:21 -04:00
parent d1d35d28bf
commit 7510247e3a

View File

@ -527,7 +527,7 @@ used at most once in a section, though it can be shadowed with
@racket[defmodule]s in sub-sections. @racket[defmodule]s in sub-sections.
If a @racket[#:require-form] clause is provided, the given expression 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 the declaration of the module. This is useful to suggest a different
way of accessing the module instead of through @racket[require]. way of accessing the module instead of through @racket[require].