another small singular plural disagreement

This commit is contained in:
Jason Hemann 2021-05-30 08:57:39 -04:00 committed by Matthias Felleisen
parent ac38ae67b8
commit c3ca91a321

View File

@ -103,7 +103,7 @@ case
x))] x))]
the inner @racket[let] creates a second scope for the second the inner @racket[let] creates a second scope for the second
@racket[x]s, so its @tech{scope set} is a superset of the first @racket[x], so its @tech{scope set} is a superset of the first
@racket[x]'s @tech{scope set}---which means that the binding for the @racket[x]'s @tech{scope set}---which means that the binding for the
second @racket[x] @tech{shadows} the one for the first @racket[x], and second @racket[x] @tech{shadows} the one for the first @racket[x], and
the third @racket[x] refers to the binding created by the second one. the third @racket[x] refers to the binding created by the second one.