From 597c62949bb72bc7cc55c8f95788c2aaf74b4d3a Mon Sep 17 00:00:00 2001 From: Asumu Takikawa Date: Wed, 30 Jul 2014 14:45:55 -0400 Subject: [PATCH] Fix typo for syntax-shift-phase-level docs Closes PR 14665 --- pkgs/racket-pkgs/racket-doc/scribblings/reference/stx-ops.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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].}