Skip to content

Commit 394be76

Browse files
committed
Cleanup
1 parent 94113d4 commit 394be76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Codec/Argonaut/Sum.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ encodeSumCase encoding tag jsons =
393393
encode jobject $ Obj.fromFoldable $ catMaybes
394394
[ tagEntry, valEntry ]
395395

396-
-- | Same as `Record.delete` deleting only happens at the type level
396+
-- | Same as `Record.delete` but deleting only happens at the type level
397397
-- | and the value is left untouched.
398398
unsafeDelete r1 r2 l a. IsSymbol l Row.Lacks l r1 Row.Cons l a r1 r2 Proxy l Record r2 Record r1
399399
unsafeDelete _ r = unsafeCoerce r

0 commit comments

Comments
 (0)