Merge pull request #167 from TobiasRoland/patch-1

"are" instead of "be"
This commit is contained in:
hemanth.hm 2017-09-09 07:51:57 +05:30 committed by GitHub
commit bf99fc0275

View file

@ -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: