fix doc typo
This commit is contained in:
parent
94e6d8f399
commit
93b2046b75
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user