From e824a51c59f241c203c4cfaa97cc58994a6679b4 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Mon, 7 Jan 2008 02:13:08 +0000 Subject: [PATCH] typos svn: r8239 --- collects/scribblings/reference/for.scrbl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/collects/scribblings/reference/for.scrbl b/collects/scribblings/reference/for.scrbl index 6fa456d68f..5bdd5b1e02 100644 --- a/collects/scribblings/reference/for.scrbl +++ b/collects/scribblings/reference/for.scrbl @@ -158,7 +158,7 @@ result of of the last evaluation of @scheme[body]. If the (error "doesn't get here")) ]} -@defform[(for/fold ([accum-id init-expr] ...) (for-clause ...). body)]{ +@defform[(for/fold ([accum-id init-expr] ...) (for-clause ...) . body)]{ Iterates like @scheme[for]. Before iteration starts, the @scheme[init-expr]s are evaluated to produce initial accumulator @@ -212,12 +212,12 @@ Like @scheme[for/list], etc., but with the implicit nesting of @defform[(for/fold/derived orig-datum ([accum-id init-expr] ...) (for-clause ...) body ...+)]{ -Like @scheme[fold/fold], but the extra @scheme[orig-datum] is used as the source for all syntax errors. +Like @scheme[for/fold], but the extra @scheme[orig-datum] is used as the source for all syntax errors. } @defform[(for*/fold/derived orig-datum ([accum-id init-expr] ...) (for-clause ...) body ...+)]{ -Like @scheme[fold*/fold], but the extra @scheme[orig-datum] is used as the source for all syntax errors. +Like @scheme[for*/fold], but the extra @scheme[orig-datum] is used as the source for all syntax errors. } @defform[(define-sequence-syntax id