another small singular plural disagreement
This commit is contained in:
parent
ac38ae67b8
commit
c3ca91a321
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user