Fixes #2264: remove incorrect description of the body metavariable

This commit is contained in:
Sorawee Porncharoenwase 2020-04-23 04:55:46 -07:00 committed by Sam Tobin-Hochstadt
parent b0cb1adda6
commit 6e6166ef95

View File

@ -38,9 +38,8 @@ convention implicitly defines the meaning of many meta-variables:
@item{A meta-identifier that ends with @racket[_body] stands for any @item{A meta-identifier that ends with @racket[_body] stands for any
sub-form; it will be parsed as either a local definition or an sub-form; it will be parsed as either a local definition or an
expression. A @racket[_body] can parse as a definition only if expression. The last @racket[_body] must be an expression;
it is not preceded by any expression, and the last see also @secref["intdefs"].}
@racket[_body] must be an expression; see also @secref["intdefs"].}
] ]