From e3f0a7ca15550f892dd5aca4245ab7eccbd1907e Mon Sep 17 00:00:00 2001 From: Carl Eastlund Date: Mon, 2 Jun 2008 15:04:21 +0000 Subject: [PATCH] Fixed typo in documentation of current-module-name-resolver. svn: r10090 --- collects/scribblings/reference/module-reflect.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/module-reflect.scrbl b/collects/scribblings/reference/module-reflect.scrbl index 6333550571..e312a33f89 100644 --- a/collects/scribblings/reference/module-reflect.scrbl +++ b/collects/scribblings/reference/module-reflect.scrbl @@ -86,7 +86,7 @@ A @tech{module name resolver} takes one and four arguments: @item{When given four arguments, the first is a module path, either equivalent to a quoted @scheme[module-path] for @scheme[require] or a file system path. The second is name for the source module, if - any, to which the path is relative; f the second argument is + any, to which the path is relative; if the second argument is @scheme[#f], the module path is relative to @scheme[(or (current-load-relative-directory) (current-directory))]. The third argument is a @tech{syntax object} that can be used for error