fixed typo, closes PR 12539

This commit is contained in:
Matthias Felleisen 2012-02-05 10:13:09 -05:00
parent a5420e41fc
commit 4e075a1f63

View File

@ -273,8 +273,8 @@ environment of the expression determines the identifier's
binding. This rule applies to identifiers in a @racket[lambda] body as
well as anywhere else.
For example, in the following @racket[rgb-series] function the uses
of @racket[mk] in each @racket[lambda] form to refer to the argument of
In the following @racket[rgb-series] function, the uses
of @racket[mk] in each @racket[lambda] form refer to the argument of
@racket[rgb-series], since that's the binding that is textually in
scope: