From 4e6039bedde004f030158f84ec0929db0d2f4348 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Thu, 22 Jan 2009 18:53:14 +0000 Subject: [PATCH] typo svn: r13259 --- collects/scribblings/reference/sandbox.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/sandbox.scrbl b/collects/scribblings/reference/sandbox.scrbl index f1787d395f..c640267ae1 100644 --- a/collects/scribblings/reference/sandbox.scrbl +++ b/collects/scribblings/reference/sandbox.scrbl @@ -410,7 +410,7 @@ A parameter that holds a list of values that specify how to create a namespace for evaluation in @scheme[make-evaluator] or @scheme[make-module-evaluator]. The first item in the list is a thunk that creates the namespace, and the rest are module paths for modules -that to be attached to the created namespace using +to be attached to the created namespace using @scheme[namespace-attach-module]. The default is @scheme[(list make-base-namespace)] if @scheme[gui?] is