add missing word

(cherry picked from commit b498d6e9e7)
This commit is contained in:
Eric Hanchrow 2011-10-22 14:47:41 -07:00 committed by Eli Barzilay
parent a169f7ffa7
commit 7bdfbe11d6

View File

@ -611,7 +611,7 @@ simple application to values---that make them suitable for different
purposes.
The @racket[module] form is more fundamental than the others, in a
sense. After all, a program fragment cannot reliably refer to
sense. After all, a program fragment cannot reliably refer to a
@racket[lambda], @racket[class], or @racket[unit] form without the
namespace management provided by @racket[module]. At the same time,
because namespace management is closely related to separate expansion