fix doc bug; could merge to 4.1.2

svn: r15584
This commit is contained in:
Matthew Flatt 2009-07-27 14:24:37 +00:00
parent d3625dd3c7
commit 1b21c14fd4

View File

@ -37,9 +37,9 @@ A @tech{resolved module path} is interned. That is, if two
@scheme[eq?].}
@defproc[(resolved-module-path-name [module-path resolved-module-path?])
path?]{
(or/c path? symbol?)]{
Returns the path encapsulated by a @tech{resolved module path}.}
Returns the path or symbol encapsulated by a @tech{resolved module path}.}
@defproc[(module-path? [v any/c]) boolean?]{