Skip to content

Commit 7f91c1b

Browse files
authored
"are" instead of "be"
... for a less pirate-sounding sentence.
1 parent d8a5ab2 commit 7f91c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ __Composable__
410410
object.map(compose(f, g)) ≍ object.map(g).map(f)
411411
```
412412

413-
(`f`, `g` be arbitrary functions)
413+
(`f`, `g` are arbitrary functions)
414414

415415
A common functor in JavaScript is `Array` since it abides to the two functor rules:
416416

0 commit comments

Comments
 (0)