From fb41f328119a9beae42268da34c510320517a1ea Mon Sep 17 00:00:00 2001 From: Jason Hemann Date: Sun, 30 May 2021 09:47:57 -0400 Subject: [PATCH] Expanding on "deeper" viz phase level I think some readers may find "deeper" unclear, so I add a parenthetical. --- pkgs/racket-doc/scribblings/reference/syntax-model.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/racket-doc/scribblings/reference/syntax-model.scrbl b/pkgs/racket-doc/scribblings/reference/syntax-model.scrbl index 883495e8ea..9db6a5bf94 100644 --- a/pkgs/racket-doc/scribblings/reference/syntax-model.scrbl +++ b/pkgs/racket-doc/scribblings/reference/syntax-model.scrbl @@ -224,8 +224,8 @@ particular phase level, starting with @tech{phase level} 0. @tech{Bindings} from the @tech{syntax object}'s @tech{lexical information} drive the expansion process, and cause new bindings to be introduced for the lexical information of sub-expressions. In some cases, a -sub-expression is expanded in a deeper phase than the enclosing -expression. +sub-expression is expanded in a phase deeper (having a +bigger phase level number) than the enclosing expression. @;- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @subsection[#:tag "fully-expanded"]{Fully Expanded Programs}