fixed typo, closes PR 12539
This commit is contained in:
parent
a5420e41fc
commit
4e075a1f63
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user