We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9058d2a commit 17e95e0Copy full SHA for 17e95e0
src/Data/Aeson.hs
@@ -281,7 +281,7 @@ throwDecodeStrict' = throwDecodeStrict
281
--
282
-- The most common way to use the library is to define a data type,
283
-- corresponding to some JSON data you want to work with, and then
284
--- write either a 'FromJSON' instance, a to 'ToJSON' instance, or both
+-- write either a 'FromJSON' instance, a 'ToJSON' instance, or both
285
-- for that type.
286
287
-- For example, given this JSON data:
0 commit comments