Skip to content

Commit b1acb93

Browse files
committed
Merge branch 'more-docs' of https://github.com/garyb/purescript-codec-argonaut into more-docs
2 parents 976ff9c + 9107039 commit b1acb93

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)