singular/plural disagreement

I believe this should be sub-expression*s* or if not, "a sub-expression".
This commit is contained in:
Jason Hemann 2021-05-30 08:47:18 -04:00 committed by Matthias Felleisen
parent 9fcb058542
commit ac38ae67b8

View File

@ -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.
@;------------------------------------------------------------------------