mirror of
https://github.com/rjNemo/functional-programming-jargon
synced 2026-06-06 02:26:43 +00:00
Merge pull request #167 from TobiasRoland/patch-1
"are" instead of "be"
This commit is contained in:
commit
bf99fc0275
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