From 7f91c1b022e2b364e963a6aa5c76293573c6d1f0 Mon Sep 17 00:00:00 2001 From: TobiasRoland Date: Fri, 8 Sep 2017 13:47:31 -0400 Subject: [PATCH] "are" instead of "be" ... for a less pirate-sounding sentence. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index d3d5314..afa5ed8 100644 --- a/readme.md +++ b/readme.md @@ -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: