From 82c5cd95aaa38c3055a6fff35a0bea7e4b999003 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sun, 17 Apr 2011 06:56:24 -0600 Subject: [PATCH] fix typo --- collects/scribblings/reference/namespaces.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/namespaces.scrbl b/collects/scribblings/reference/namespaces.scrbl index c02bdbc1ff..caaca31950 100644 --- a/collects/scribblings/reference/namespaces.scrbl +++ b/collects/scribblings/reference/namespaces.scrbl @@ -273,7 +273,7 @@ same @tech{base phase}, then the @exnraise[exn:fail:contract].} [dest-namespace namespace? (current-namespace)]) void?]{ -Like @racket[namespace-attach-module-declaration], but the module +Like @racket[namespace-attach-module], but the module specified by @racket[modname] need only be declared (and not necessarily @tech{instantiate}d) in @racket[src-namespace], and the module is merely declared in @racket[dest-namespace].}