Skip to content

Commit a078baf

Browse files
authored
correct docs for Apply instance (#49)
1 parent 8b4b38a commit a078baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Either.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ instance bifunctorEither :: Bifunctor Either where
5757
-- | `Left` values are left untouched:
5858
-- |
5959
-- | ``` purescript
60-
-- | Left f <*> Right x == Left x
60+
-- | Left f <*> Right x == Left f
6161
-- | Right f <*> Left y == Left y
6262
-- | ```
6363
-- |

0 commit comments

Comments
 (0)