Fix docs for syntax-debug-info

This commit is contained in:
Asumu Takikawa 2015-07-27 17:16:27 -04:00
parent 595925e436
commit 75e19c9435

View File

@ -384,7 +384,7 @@ For backward compatibility only; returns @racket[new-stx].}
@defproc[(syntax-debug-info [stx syntax?]
[phase (or/c exact-integer? #f)]
[phase (or/c exact-integer? #f) (syntax-local-phase-level)]
[all-bindings? any/c #f])
hash?]{