Fix contract.

svn: r10135
This commit is contained in:
Sam Tobin-Hochstadt 2008-06-04 20:54:06 +00:00
parent 67ccf9ddc0
commit 9b07e92fc4

View File

@ -77,7 +77,7 @@ opposed to @tech{syntax object}s inserted by macros.}
@defproc[(syntax-source-module [stx syntax?])
(or/c module-path-index? symbol?)]{
(or/c module-path-index? symbol? false/c)]{
Returns a module path index or symbol (see @secref["modpathidx"])
for the module whose source contains @scheme[stx], or @scheme[#f] if