Skip to content

Commit 5278c02

Browse files
Update index.js
Co-authored-by: David Chambers <dc@davidchambers.me>
1 parent 58880f2 commit 5278c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2385,7 +2385,7 @@
23852385
//# fromEither :: Either a a -> a
23862386
//.
23872387
//. Takes an Either with the same type on the Left and on the Right
2388-
//. and return whichever value exists.
2388+
//. and returns whichever value exists.
23892389
//.
23902390
//. The inverse of [`tagBy`](#tagBy).
23912391
//.

0 commit comments

Comments
 (0)