Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
flintinatux committed Sep 18, 2018
1 parent 910beba commit 5a77d3f
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 @@ -125,7 +125,7 @@ If you've lived with FP long enough, you are likely familiar with most of the fu
| `reduceObj` | `(a -> v -> k -> a) -> a -> { k: v } -> a` |
| `reduceP` | `(b -> a -> Promise b) -> b -> [a] -> Promise b` |
| `reduceRight` | `Foldable f => (b -> a -> b) -> b -> f a -> b` |
| `reduceRight` | `(b -> a -> Promise b) -> b -> [a] -> Promise b` |
| `reduceRightP` | `(b -> a -> Promise b) -> b -> [a] -> Promise b` |
| `replace` | `RegExp -> String -> String -> String` |
| `slice` | `Number -> Number -> [a] -> [a]` |
| `sort` | `((a, a) -> Number) -> [a] -> [a]` |
Expand Down

0 comments on commit 5a77d3f

Please sign in to comment.