typo (PR10362 and PR10363)

svn: r15604
This commit is contained in:
Eli Barzilay 2009-07-28 17:05:47 +00:00
parent 388c62194b
commit 2425917a33

View File

@ -181,8 +181,8 @@ result of of the last evaluation of @scheme[body]. If the
Iterates like @scheme[for]. Before iteration starts, the Iterates like @scheme[for]. Before iteration starts, the
@scheme[init-expr]s are evaluated to produce initial accumulator @scheme[init-expr]s are evaluated to produce initial accumulator
values. At the start of each out iteration, a location is generated values. At the start of each iteration, a location is generated
for each @scheme[accum-id], and the correspinding current accumulator for each @scheme[accum-id], and the corresponding current accumulator
value is placed into the location. The last expression in value is placed into the location. The last expression in
@scheme[body] must produce as many values as @scheme[accum-id]s, and @scheme[body] must produce as many values as @scheme[accum-id]s, and
those values become the current accumulator values. When iteration those values become the current accumulator values. When iteration