Skip to content

Commit ae47617

Browse files
matthewleonpaf31
authored andcommitted
doc typo (#123)
1 parent a9ba399 commit ae47617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Eq.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ foreign import refEq :: forall a. a -> a -> Boolean
5858
foreign import refIneq :: forall a. a -> a -> Boolean
5959
foreign import eqArrayImpl :: forall a. (a -> a -> Boolean) -> Array a -> Array a -> Boolean
6060

61-
-- | The `Eq` type class represents type constructors with decidable equality.
61+
-- | The `Eq1` type class represents type constructors with decidable equality.
6262
class Eq1 f where
6363
eq1 :: forall a. Eq a => f a -> f a -> Boolean
6464

0 commit comments

Comments
 (0)