From 3393108fd53c890c733561858cce02079418ae8d Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 29 May 2008 18:43:05 +0000 Subject: [PATCH] fix typo (PR 9431) svn: r10018 --- collects/scribblings/reference/syntax.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/syntax.scrbl b/collects/scribblings/reference/syntax.scrbl index 8d70d0f612..04418ad979 100644 --- a/collects/scribblings/reference/syntax.scrbl +++ b/collects/scribblings/reference/syntax.scrbl @@ -105,7 +105,7 @@ action depends on the shape of the form: @itemize{ - @item{If it is a @scheme[begin] form, so the sub-forms are flattened + @item{If it is a @scheme[begin] form, the sub-forms are flattened out into the module's body and immediately processed in place of the @scheme[begin].}