fix typo
This commit is contained in:
parent
020d363336
commit
1873a6f14d
|
@ -22,9 +22,9 @@ introduce bindings whose scope includes @scheme[body] and that
|
||||||
determine the number of times that @scheme[body] is evaluated.
|
determine the number of times that @scheme[body] is evaluated.
|
||||||
|
|
||||||
In the simple case, each @scheme[for-clause] has one of its first two
|
In the simple case, each @scheme[for-clause] has one of its first two
|
||||||
forms, where @scheme[[id seq-expr]] is a shorthand for @scheme[[(id
|
forms, where @scheme[[id seq-expr]] is a shorthand for @scheme[[(id)
|
||||||
...) seq-expr]]. In this simple case, the @scheme[seq-expr]s are
|
seq-expr]]. In this simple case, the @scheme[seq-expr]s are evaluated
|
||||||
evaluated left-to-right, and each must produce a sequence value (see
|
left-to-right, and each must produce a sequence value (see
|
||||||
@secref["sequences"]).
|
@secref["sequences"]).
|
||||||
|
|
||||||
The @scheme[for] form iterates by drawing an element from each
|
The @scheme[for] form iterates by drawing an element from each
|
||||||
|
|
Loading…
Reference in New Issue
Block a user