From b498d6e9e78556f790475c41ede41163aceaa615 Mon Sep 17 00:00:00 2001 From: Eric Hanchrow Date: Sat, 22 Oct 2011 14:47:41 -0700 Subject: [PATCH] add missing word --- collects/scribblings/guide/unit.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/guide/unit.scrbl b/collects/scribblings/guide/unit.scrbl index d464aa6862..7f7ce014da 100644 --- a/collects/scribblings/guide/unit.scrbl +++ b/collects/scribblings/guide/unit.scrbl @@ -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