Fix typo for syntax-shift-phase-level docs

Closes PR 14665
This commit is contained in:
Asumu Takikawa 2014-07-30 14:45:55 -04:00
parent c140308603
commit 597c62949b

View File

@ -317,7 +317,7 @@ if a former representative becomes otherwise unreachable, then
syntax?]{ syntax?]{
Returns a syntax object that is like @racket[stx], but with all of its Returns a syntax object that is like @racket[stx], but with all of its
top-level and module binding shifted by @racket[shift] @tech{phase top-level and module bindings shifted by @racket[shift] @tech{phase
levels}. If @racket[shift] is @racket[#f], then only bindings levels}. If @racket[shift] is @racket[#f], then only bindings
at @tech{phase level} 0 are shifted to the @tech{label phase level}. at @tech{phase level} 0 are shifted to the @tech{label phase level}.
If @racket[shift] is @racket[0], then the result is @racket[stx].} If @racket[shift] is @racket[0], then the result is @racket[stx].}