From 8caa50c20acc3757c9bc59df24d9bcd73117e0df Mon Sep 17 00:00:00 2001 From: John Clements Date: Sat, 16 Feb 2008 06:48:37 +0000 Subject: [PATCH] includes -> includes svn: r8682 --- 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 5bdd5b1e02..ccf09863a6 100644 --- a/collects/scribblings/reference/for.scrbl +++ b/collects/scribblings/reference/for.scrbl @@ -17,7 +17,7 @@ The @scheme[for] iteration forms are based on SRFI-42 (code:line #:when guard-expr)])]{ Iteratively evaluates @scheme[body]. The @scheme[for-clause]s -introduce bindings whose scope inculdes @scheme[body] and that +introduce bindings whose scope includes @scheme[body] and that determine the number of times that @scheme[body] is evaluated. In the simple case, each @scheme[for-clause] has one of its first two