fix typo in examples
svn: r14952
This commit is contained in:
parent
0b5a8d8123
commit
2b7e836243
|
@ -517,7 +517,8 @@ Returns the last pair of a (possibly improper) list.}
|
||||||
Returns a newly constructed list of length @scheme[k], holding
|
Returns a newly constructed list of length @scheme[k], holding
|
||||||
@scheme[v] in all positions.
|
@scheme[v] in all positions.
|
||||||
|
|
||||||
@mz-examples[(make-list 7 'foo)]}
|
@mz-examples[#:eval list-eval
|
||||||
|
(make-list 7 'foo)]}
|
||||||
|
|
||||||
@defproc[(take [lst any/c] [pos exact-nonnegative-integer?]) list?]{
|
@defproc[(take [lst any/c] [pos exact-nonnegative-integer?]) list?]{
|
||||||
Returns a fresh list whose elements are the first @scheme[pos] elements of
|
Returns a fresh list whose elements are the first @scheme[pos] elements of
|
||||||
|
|
Loading…
Reference in New Issue
Block a user