Skip to content

Commit 318ef84

Browse files
Fix comment typos (#75)
1 parent dca2fe3 commit 318ef84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Type/RowList.purs

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ instance listToRowCons
2626
, Row.Cons label ty tailRow row )
2727
=> ListToRow (Cons label ty tail) row
2828

29-
-- | Remove all occurences of a given label from a RowList
29+
-- | Remove all occurrences of a given label from a RowList
3030
class RowListRemove :: forall k. Symbol -> RowList k -> RowList k -> Constraint
3131
class RowListRemove label input output | label input -> output
3232

@@ -43,7 +43,7 @@ instance rowListRemoveCons
4343
)
4444
=> RowListRemove label (Cons key head tail) output
4545

46-
-- | Add a label to a RowList after removing other occurences.
46+
-- | Add a label to a RowList after removing other occurrences.
4747
class RowListSet :: forall k. Symbol -> k -> RowList k -> RowList k -> Constraint
4848
class RowListSet label typ input output | label typ input -> output
4949

0 commit comments

Comments
 (0)