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.
2 parents aa9d2c9 + 17e95e0 commit 43876c4Copy full SHA for 43876c4
src/Data/Aeson.hs
@@ -286,7 +286,7 @@ throwDecodeStrict' = throwDecodeStrict
286
--
287
-- The most common way to use the library is to define a data type,
288
-- corresponding to some JSON data you want to work with, and then
289
--- write either a 'FromJSON' instance, a to 'ToJSON' instance, or both
+-- write either a 'FromJSON' instance, a 'ToJSON' instance, or both
290
-- for that type.
291
292
-- For example, given this JSON data:
0 commit comments