mirror of
https://github.com/c-cube/iter.git
synced 2025-12-06 11:15:32 -05:00
fix typo in readme
This commit is contained in:
parent
fa18a7ba83
commit
dcd5b2fa44
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
Sequence
|
Sequence
|
||||||
========
|
========
|
||||||
|
|
||||||
Simple sequence abstract datatype, intented to transfer a finite number of
|
Simple sequence abstract datatype, intended to transfer a finite number of
|
||||||
elements from one data structure to another. Some transformations on sequences,
|
elements from one data structure to another. Some transformations on sequences,
|
||||||
like `filter`, `map`, `take`, `drop` and `append` can be performed before the
|
like `filter`, `map`, `take`, `drop` and `append` can be performed before the
|
||||||
sequence is iterated/folded on.
|
sequence is iterated/folded on.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue