mirror of
https://github.com/rjNemo/functional-programming-jargon
synced 2026-06-06 02:26:43 +00:00
"are" instead of "be"
... for a less pirate-sounding sentence.
This commit is contained in:
parent
d8a5ab2349
commit
7f91c1b022
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue