From 34d46703dcfab25884e429d24fd8d961f1a84a20 Mon Sep 17 00:00:00 2001 From: Etienne Dldc Date: Thu, 4 Apr 2019 18:13:48 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 178995d..a7a571f 100644 --- a/README.md +++ b/README.md @@ -1238,7 +1238,7 @@ L.traverse(Maybe, safeDiv(10), list(2, 0, 5)); //=> nothing ### `sequence` -Evaluate each applicative in the list from left to right, and and +Evaluate each applicative in the list from left to right, and collect the results. **Complexity**: `O(n)`