From ac38ae67b839b6a2226e6cd19b7dbdfdf1dc689b Mon Sep 17 00:00:00 2001 From: Jason Hemann Date: Sun, 30 May 2021 08:47:18 -0400 Subject: [PATCH] singular/plural disagreement I believe this should be sub-expression*s* or if not, "a sub-expression". --- 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 715fd5f749..0934c716aa 100644 --- a/pkgs/racket-doc/scribblings/reference/syntax-model.scrbl +++ b/pkgs/racket-doc/scribblings/reference/syntax-model.scrbl @@ -27,7 +27,7 @@ The @tech{expand} pass recursively processes a @tech{syntax object} to produce a complete @tech{parse} of the program. @tech{Binding} information in a @tech{syntax object} drives the @tech{expansion} process, and when the @tech{expansion} process encounters a -@tech{binding} form, it extends syntax objects for sub-expression with +@tech{binding} form, it extends syntax objects for sub-expressions with new binding information. @;------------------------------------------------------------------------