includes -> includes

svn: r8682
This commit is contained in:
John Clements 2008-02-16 06:48:37 +00:00
parent 41d667b4ad
commit 8caa50c20a

View File

@ -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