Skip to content

Commit 307a5f0

Browse files
authored
Merge pull request #31 from reflex-frp/alexfmpe-patch-1
2 parents 6453a35 + 5b55c0e commit 307a5f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Patch.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ instance Additive (Proxy x)
9595
-- | Const lifts groups into a functor.
9696
deriving instance Group a => Group (Const a x)
9797
instance Additive a => Additive (Const a x)
98-
-- | Ideitnty lifts groups pointwise (at only one point)
98+
-- | Identity lifts groups pointwise (at only one point)
9999
deriving instance Group a => Group (Identity a)
100100
instance Additive a => Additive (Identity a)
101101

0 commit comments

Comments
 (0)