From 8a1677aff452f8eeefe0a33d52ca004d4003d14e Mon Sep 17 00:00:00 2001 From: Geoffrey Knauth Date: Fri, 19 Jul 2019 13:04:38 -0400 Subject: [PATCH] change as to has for readability (#2749) --- 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 2b14fb27ea..629fe575e4 100644 --- a/pkgs/racket-doc/scribblings/reference/syntax-model.scrbl +++ b/pkgs/racket-doc/scribblings/reference/syntax-model.scrbl @@ -315,7 +315,7 @@ In a fully expanded program for a namespace whose @tech{base phase} is @racket[begin-for-syntax] and @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 as @racket[#f] in place +or @racket[module*], unless a @racket[module*] form has @racket[#f] in place of a @racket[_module-path] after the @racket[_id]. The @racket[_datum] in a @racket[quote-syntax] form preserves its information for all @tech{phase level}s.