fix typo in readme

This commit is contained in:
Simon Cruanes 2013-05-27 15:00:46 +02:00
parent fa18a7ba83
commit dcd5b2fa44

View file

@ -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.