Skip to content

Commit 9cb3030

Browse files
committed
Fix mispelling in docs
1 parent 4a34e59 commit 9cb3030

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Data/Patch.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ instance Group (Proxy x) where
8585

8686
-- | Const lifts groups into a functor.
8787
deriving instance Group a => Group (Const a x)
88-
-- | Ideitnty lifts groups pointwise (at only one point)
88+
-- | Identity lifts groups pointwise (at only one point)
8989
deriving instance Group a => Group (Identity a)
9090

9191
-- | Functions lift groups pointwise.

src/Data/Semigroup/Additive.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ instance Additive (Proxy x)
4444

4545
-- | Const lifts additive semigroups into a functor.
4646
instance Additive a => Additive (Const a x)
47-
-- | Ideitnty lifts additive semigroups pointwise (at only one point)
47+
-- | Identity lifts additive semigroups pointwise (at only one point)
4848
instance Additive a => Additive (Identity a)
4949

5050
-- | Functions lift additive semigroups pointwise.

0 commit comments

Comments
 (0)