From afec68f639d1d6d9f99ac148d64ad3e53dfd42ce Mon Sep 17 00:00:00 2001 From: Ben Greenman Date: Thu, 19 May 2016 17:43:48 -0400 Subject: [PATCH] typo: can #f -> can be #f --- pkgs/racket-doc/scribblings/reference/module-reflect.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/racket-doc/scribblings/reference/module-reflect.scrbl b/pkgs/racket-doc/scribblings/reference/module-reflect.scrbl index c6d639a3a9..099fcf1fe1 100644 --- a/pkgs/racket-doc/scribblings/reference/module-reflect.scrbl +++ b/pkgs/racket-doc/scribblings/reference/module-reflect.scrbl @@ -324,7 +324,7 @@ result is always @racket[#f] if either result of module-path-index?]{ Combines @racket[path], @racket[base], and @racket[submod] to create a -new @tech{module path index}. The @racket[path] argument can +new @tech{module path index}. The @racket[path] argument can be @racket[#f] only if @racket[base] is also @racket[#f]. The @racket[submod] argument can be a list only when @racket[path] and @racket[base] are both @racket[#f].} @@ -622,4 +622,4 @@ resolved module path, and they may be predefined always or specifically within a particular executable (such as one created by @exec{raco exe} or @racket[create-embedding-executable]).} -@(close-eval mod-eval) \ No newline at end of file +@(close-eval mod-eval)