From dda7b1c6d7bcf28fa29a8ca15e99954974c339e8 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Wed, 8 Apr 2009 05:52:12 +0000 Subject: [PATCH] typo (PR10186) svn: r14457 --- collects/scribblings/reference/for.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/for.scrbl b/collects/scribblings/reference/for.scrbl index 8222f37b6e..2343be2b24 100644 --- a/collects/scribblings/reference/for.scrbl +++ b/collects/scribblings/reference/for.scrbl @@ -310,7 +310,7 @@ inner-expr] ...)] section. The actual @scheme[loop] binding and call has additional loop arguments to support iterations in parallel with the @scheme[:do-in] -form, and the other pieces are similarly accompanied by pieces form +form, and the other pieces are similarly accompanied by pieces from parallel iterations.}