From 807ce8d4958a081fad3987b4b19d7c3de8014dc3 Mon Sep 17 00:00:00 2001 From: Ben Greenman Date: Mon, 18 Sep 2017 15:14:52 -0400 Subject: [PATCH] typo: 'namesapce' --- pkgs/racket-doc/scribblings/reference/namespaces.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/reference/namespaces.scrbl b/pkgs/racket-doc/scribblings/reference/namespaces.scrbl index 5644336028..8cdcf3f412 100644 --- a/pkgs/racket-doc/scribblings/reference/namespaces.scrbl +++ b/pkgs/racket-doc/scribblings/reference/namespaces.scrbl @@ -295,7 +295,7 @@ undefined.} Unlike @racket[namespace-require], @racket[namespace-attach-module] does not @tech{instantiate} the module, but copies the module - instance from the source namesapce to the target namespace. + instance from the source namespace to the target namespace. @examples[ (module food racket/base