typo: description of module-compiled-name argument

This commit is contained in:
Ben Greenman 2016-07-11 19:21:32 -04:00
parent 4c61013ef2
commit 22546a3f22

View File

@ -346,8 +346,8 @@ Takes a module declaration in compiled form and either gets the
module's declared name (when @racket[name] is not provided) or returns
a revised module declaration with the given @racket[name].
The name is a symbol for a top-level module, and it list of symbols
for a @tech{submodule}, where a list reflects the submodule path to
The name is a symbol for a top-level module, or a symbol paired with a list of symbols
where the list reflects the @tech{submodule} path to
the module starting with the top-level module's declared name.}