Skip to content

Commit b25f9c6

Browse files
authored
Merge pull request #5 from Lysxia/typo
Fix minor typos
2 parents 1050782 + 6cd8a7d commit b25f9c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Data/Codec.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import Data.Codec.Tuple
3939
--
4040
-- @
4141
-- userCodec :: JSONCodec User
42-
-- userCodec = obj "user object' $
42+
-- userCodec = obj "user object" $
4343
-- User
4444
-- $>> f_username >-< "user"
4545
-- >>> f_userEmail >-< "email"

codec.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description:
1111
records in any Applicative context. All you need to do is provide a
1212
de\/serializer for every record field in any order you like, and you get
1313
a de\/serializer for the whole structure. The type system ensures that
14-
you provide every record exactly once. It also includes a library for
14+
you provide every field exactly once. It also includes a library for
1515
general record construction in an Applicative context, of which creating
1616
codecs is just one application.
1717
.

0 commit comments

Comments
 (0)