typo in docs: reference: internal definitions

This commit is contained in:
Stephen Chang 2013-04-25 15:34:37 -04:00
parent a15fa5badd
commit 1a149eefbd

View File

@ -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