typo in docs: reference: internal definitions
This commit is contained in:
parent
a15fa5badd
commit
1a149eefbd
|
@ -653,7 +653,7 @@ of the following cases:
|
||||||
|
|
||||||
After all body forms are partially expanded, if no definitions were
|
After all body forms are partially expanded, if no definitions were
|
||||||
encountered, then the expressions are collected into a @racket[begin]
|
encountered, then the expressions are collected into a @racket[begin]
|
||||||
form as he internal-definition context's expansion. Otherwise, at
|
form as the internal-definition context's expansion. Otherwise, at
|
||||||
least one expression must appear after the last definition, and any
|
least one expression must appear after the last definition, and any
|
||||||
@racket[_expr] that appears between definitions is converted to
|
@racket[_expr] that appears between definitions is converted to
|
||||||
@racket[(define-values () (begin _expr (values)))]; the definitions
|
@racket[(define-values () (begin _expr (values)))]; the definitions
|
||||||
|
|
Loading…
Reference in New Issue
Block a user