Correct typo.

(cherry picked from commit 075212d07c)
This commit is contained in:
Danny Yoo 2013-04-09 15:48:51 -06:00 committed by Ryan Culpepper
parent 0ee99e83c8
commit b62f496e78

View File

@ -21,7 +21,7 @@ to another module.
@defproc[(resolved-module-path? [v any/c]) boolean?]{
Returns @racket[#f] if @racket[v] is a @tech{resolved module path},
Returns @racket[#t] if @racket[v] is a @tech{resolved module path},
@racket[#f] otherwise.}
@defproc[(make-resolved-module-path [path (or/c symbol?