fix typo
This commit is contained in:
parent
b157ff2399
commit
97b1a9358d
|
@ -47,7 +47,7 @@ y)]. The environment of @racket[(+ x y)] includes bindings for
|
|||
@racketmodname[racket].
|
||||
|
||||
A module-level @racket[define] can bind only identifiers that are not
|
||||
already defined or @racket[require]s into the module. A local
|
||||
already defined or @racket[require]d into the module. A local
|
||||
@racket[define] or other binding forms, however, can give a new local
|
||||
binding for an identifier that already has a binding; such a binding
|
||||
@deftech{shadows} the existing binding.
|
||||
|
|
Loading…
Reference in New Issue
Block a user