Skip to content

Commit 17e95e0

Browse files
committed
Fix typo
Fixes #1063
1 parent 9058d2a commit 17e95e0

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
@@ -281,7 +281,7 @@ throwDecodeStrict' = throwDecodeStrict
281281
--
282282
-- The most common way to use the library is to define a data type,
283283
-- corresponding to some JSON data you want to work with, and then
284-
-- write either a 'FromJSON' instance, a to 'ToJSON' instance, or both
284+
-- write either a 'FromJSON' instance, a 'ToJSON' instance, or both
285285
-- for that type.
286286
--
287287
-- For example, given this JSON data:

0 commit comments

Comments
 (0)