diff --git a/README.md b/README.md index 9044892..8096fb4 100644 --- a/README.md +++ b/README.md @@ -748,7 +748,7 @@ A value that implements the Bifunctor specification must also implement the [Functor](#functor) specification. 1. `p['fantasy-land/bimap'](a => a, b => b)` is equivalent to `p` (identity) -2. `p['fantasy-land/bimap'](a => f(g(a)), b => h(i(b))` is equivalent to `p['fantasy-land/bimap'](g, i)['fantasy-land/bimap'](f, h)` (composition) +2. `p['fantasy-land/bimap'](a => f(g(a)), b => h(i(b)))` is equivalent to `p['fantasy-land/bimap'](g, i)['fantasy-land/bimap'](f, h)` (composition)