typo?
svn: r9027
This commit is contained in:
parent
d154490c35
commit
3f8d2d20f7
|
@ -63,7 +63,7 @@ Returns a sequence whose elements are numbers. The single-argument
|
||||||
case @scheme[(in-range end)] is equivalent to @scheme[(in-range 0 end
|
case @scheme[(in-range end)] is equivalent to @scheme[(in-range 0 end
|
||||||
1)]. The first number in the sequence is @scheme[start], and each
|
1)]. The first number in the sequence is @scheme[start], and each
|
||||||
successive element is generated by adding @scheme[step] to the
|
successive element is generated by adding @scheme[step] to the
|
||||||
previous element. The sequence starts before an element that would be
|
previous element. The sequence stops before an element that would be
|
||||||
greater or equal to @scheme[end] if @scheme[step] is non-negative, or
|
greater or equal to @scheme[end] if @scheme[step] is non-negative, or
|
||||||
less or equal to @scheme[end] if @scheme[step] is negative.
|
less or equal to @scheme[end] if @scheme[step] is negative.
|
||||||
@speed[in-range "number"]}
|
@speed[in-range "number"]}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user