Skip to content

Commit 43876c4

Browse files
authored
Merge pull request #1064 from Peter-Bergman/documentation-typo-fix
Resolve #1063: Fix typo
2 parents aa9d2c9 + 17e95e0 commit 43876c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Aeson.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ throwDecodeStrict' = throwDecodeStrict
286286
--
287287
-- The most common way to use the library is to define a data type,
288288
-- corresponding to some JSON data you want to work with, and then
289-
-- write either a 'FromJSON' instance, a to 'ToJSON' instance, or both
289+
-- write either a 'FromJSON' instance, a 'ToJSON' instance, or both
290290
-- for that type.
291291
--
292292
-- For example, given this JSON data:

0 commit comments

Comments
 (0)