diff --git a/pkgs/racket-pkgs/racket-doc/scribblings/reference/stx-ops.scrbl b/pkgs/racket-pkgs/racket-doc/scribblings/reference/stx-ops.scrbl index 99191481d3..3ccc054c27 100644 --- a/pkgs/racket-pkgs/racket-doc/scribblings/reference/stx-ops.scrbl +++ b/pkgs/racket-pkgs/racket-doc/scribblings/reference/stx-ops.scrbl @@ -317,7 +317,7 @@ if a former representative becomes otherwise unreachable, then syntax?]{ 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 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].}