Skip to content

Commit 4152a27

Browse files
mlangMario Lang
authored and
Mario Lang
committed
Fix a typo in documentation.
1 parent a1e2e76 commit 4152a27

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)