Skip to content

Commit 9107039

Browse files
garybjoneshf
andauthored
Update src/Data/Codec/Argonaut/Migration.purs
Co-Authored-By: Hardy Jones <[email protected]>
1 parent 889b91e commit 9107039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Codec/Argonaut/Migration.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
-- | states need to be introduced. In this situation a `JsonCodec` will need to
1616
-- | be constructed manually - this should be a last resort though, as building
1717
-- | a codec manually means there is no guarantee that it will roundtrip
18-
-- | succesfully.
18+
-- | successfully.
1919
-- |
2020
-- | Migrations are applied by composing a migration codec to run in advance of
2121
-- | the codec proper. Codec composition is performed with the `(<~<)` and

0 commit comments

Comments
 (0)