better word order

This commit is contained in:
Rolf-Thomas Happe 2003-04-23 19:27:04 +00:00
parent 637584b40f
commit 5eeeb6c4b7
1 changed files with 3 additions and 3 deletions

View File

@ -380,9 +380,9 @@ Assignment is parallel -- if there's no hidden aliasing.
Attention: differing from CL's MAP-INTO, these procs expect Attention: differing from CL's MAP-INTO, these procs expect
end1 - start1 <= s0.length - start0, i.e. the destination S1 drives the end1 - start1 <= s0.length - start0, i.e. the destination S1 drives the
loop, as with MAP! in SRFI-1. Differing from SEQUENCE-COPY!, the optionals loop, as with MAP! in SRFI-1. Differing from SEQUENCE-COPY!, two optionals
relate 2 to the destination S1 and 1 to the source S0 instead of 1 to the relate to the destination S1 and one to the source S0 instead of one to the
destination and 2 to the source. (Why? Because of the different loop destination and two to the source. (Why? Because of the different loop
termination criteria: dest length vs. src length.) termination criteria: dest length vs. src length.)
* *