From dcd5b2fa449001010eca92271e23a35f77bf5129 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Mon, 27 May 2013 15:00:46 +0200 Subject: [PATCH] fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46323a0..55441f1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ 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, like `filter`, `map`, `take`, `drop` and `append` can be performed before the sequence is iterated/folded on.