Skip to content

Commit 147df8e

Browse files
Fix typo
1 parent 96e5223 commit 147df8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Type/Data/Ordering.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ data OProxy :: PO.Ordering -> Type
2323
data OProxy ordering = OProxy
2424

2525
-- | Class for reflecting a type level `Ordering` at the value level
26-
class IsOrdreing :: PO.Ordering -> Constraint
26+
class IsOrdering :: PO.Ordering -> Constraint
2727
class IsOrdering ordering where
2828
reflectOrdering :: forall proxy. proxy ordering -> Ordering
2929

0 commit comments

Comments
 (0)