"are" instead of "be"

... for a less pirate-sounding sentence.
This commit is contained in:
TobiasRoland 2017-09-08 13:47:31 -04:00 committed by GitHub
parent d8a5ab2349
commit 7f91c1b022

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: