fix doc typo

This commit is contained in:
Matthew Flatt 2010-12-22 20:43:11 -06:00
parent 94e6d8f399
commit 93b2046b75

View File

@ -270,7 +270,7 @@ first be used to evaluate any top-level expression---not even
fails, because the namespace does not include the primitive modules on
which @racket[racket] is built.
To make a namespace useful, some modules much be @deftech{attached}
To make a namespace useful, some modules must be @deftech{attached}
from an existing namespace. Attaching a module adjusts the mapping of
module names to instances by transitively copying entries (the module
and all its imports) from an existing namespace's mapping. Normally,