From 71290361c4ce75bdcb434aaba3c566723147b160 Mon Sep 17 00:00:00 2001 From: Jason Hemann Date: Sun, 30 May 2021 10:09:35 -0400 Subject: [PATCH] Trying to clarify it's the sum of the two "if the number of surrounding @racket[begin-for-syntax] forms and the number of surrounding @racket[define-syntaxes] forms sum to @math{N}---" would probably be unambiguous, but this sentence is already long as it is. --- pkgs/racket-doc/scribblings/reference/syntax-model.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/reference/syntax-model.scrbl b/pkgs/racket-doc/scribblings/reference/syntax-model.scrbl index 5e28ce76ad..c1eba5e1f0 100644 --- a/pkgs/racket-doc/scribblings/reference/syntax-model.scrbl +++ b/pkgs/racket-doc/scribblings/reference/syntax-model.scrbl @@ -312,7 +312,7 @@ syntactic-form names refer to the bindings defined in In a fully expanded program for a namespace whose @tech{base phase} is 0, the relevant @tech{phase level} for a binding in the program is @math{N} if the binding has @math{N} surrounding -@racket[begin-for-syntax] and @racket[define-syntaxes] forms---not +@racket[begin-for-syntax] and/or @racket[define-syntaxes] forms---not counting any @racket[begin-for-syntax] forms that wrap a @racket[module] or @racket[module*] form for the body of the @racket[module] or @racket[module*], unless a @racket[module*] form has @racket[#f] in place