diff --git a/readme.md b/readme.md index d3d5314..afa5ed8 100644 --- a/readme.md +++ b/readme.md @@ -410,7 +410,7 @@ __Composable__ object.map(compose(f, g)) ≍ object.map(g).map(f) ``` -(`f`, `g` be arbitrary functions) +(`f`, `g` are arbitrary functions) A common functor in JavaScript is `Array` since it abides to the two functor rules: