From 1a149eefbd9f0af2549bdeca56caafd16fece862 Mon Sep 17 00:00:00 2001 From: Stephen Chang Date: Thu, 25 Apr 2013 15:34:37 -0400 Subject: [PATCH] typo in docs: reference: internal definitions --- collects/scribblings/reference/syntax-model.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/syntax-model.scrbl b/collects/scribblings/reference/syntax-model.scrbl index aeb61c10dc..18fc72bc76 100644 --- a/collects/scribblings/reference/syntax-model.scrbl +++ b/collects/scribblings/reference/syntax-model.scrbl @@ -653,7 +653,7 @@ of the following cases: After all body forms are partially expanded, if no definitions were 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 @racket[_expr] that appears between definitions is converted to @racket[(define-values () (begin _expr (values)))]; the definitions