Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne-dldc authored Apr 4, 2019
1 parent 6a21d51 commit 34d4670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)`
Expand Down

0 comments on commit 34d4670

Please sign in to comment.