From 9b07e92fc4e5801232f7aa4be225239d6460b380 Mon Sep 17 00:00:00 2001 From: Sam Tobin-Hochstadt Date: Wed, 4 Jun 2008 20:54:06 +0000 Subject: [PATCH] Fix contract. svn: r10135 --- collects/scribblings/reference/stx-ops.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/stx-ops.scrbl b/collects/scribblings/reference/stx-ops.scrbl index 0cf99e97c6..ace386c5fc 100644 --- a/collects/scribblings/reference/stx-ops.scrbl +++ b/collects/scribblings/reference/stx-ops.scrbl @@ -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