Skip to content

Commit 9f3997b

Browse files
authored
Merge pull request #100 from mlang/doc-typo
Fix a typo in documentation.
2 parents a1e2e76 + 4152a27 commit 9f3997b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Functor.purs

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ voidRight x = map (const x)
6666

6767
infixl 4 voidRight as <$
6868

69-
-- | A version of `voidLast` with its arguments flipped.
69+
-- | A version of `voidRight` with its arguments flipped.
7070
voidLeft :: forall f a b. Functor f => f a -> b -> f b
7171
voidLeft f x = const x <$> f
7272

0 commit comments

Comments
 (0)