From 6e6166ef95cb52e921153d3d93d2ee0a05aee1e4 Mon Sep 17 00:00:00 2001 From: Sorawee Porncharoenwase Date: Thu, 23 Apr 2020 04:55:46 -0700 Subject: [PATCH] Fixes #2264: remove incorrect description of the body metavariable --- pkgs/racket-doc/scribblings/guide/forms.scrbl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkgs/racket-doc/scribblings/guide/forms.scrbl b/pkgs/racket-doc/scribblings/guide/forms.scrbl index 0d9c7f6a64..9fcf32f137 100644 --- a/pkgs/racket-doc/scribblings/guide/forms.scrbl +++ b/pkgs/racket-doc/scribblings/guide/forms.scrbl @@ -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 sub-form; it will be parsed as either a local definition or an - expression. A @racket[_body] can parse as a definition only if - it is not preceded by any expression, and the last - @racket[_body] must be an expression; see also @secref["intdefs"].} + expression. The last @racket[_body] must be an expression; + see also @secref["intdefs"].} ]