doc: clarify elements vs values in sequence/c
This commit is contained in:
parent
97c65102b3
commit
65a69417cc
|
@ -854,7 +854,7 @@ each element in the sequence.
|
||||||
contract?]{
|
contract?]{
|
||||||
|
|
||||||
Wraps a @tech{sequence},
|
Wraps a @tech{sequence},
|
||||||
obligating it to produce as many values as there are @racket[elem/c] contracts,
|
obligating it to produce elements with as many values as there are @racket[elem/c] contracts,
|
||||||
and obligating each value to satisfy the corresponding @racket[elem/c]. The
|
and obligating each value to satisfy the corresponding @racket[elem/c]. The
|
||||||
result is not guaranteed to be the same kind of sequence as the original value;
|
result is not guaranteed to be the same kind of sequence as the original value;
|
||||||
for instance, a wrapped list is not guaranteed to satisfy @racket[list?].
|
for instance, a wrapped list is not guaranteed to satisfy @racket[list?].
|
||||||
|
|
Loading…
Reference in New Issue
Block a user