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 6ae3542 + 2994273 commit 58e291cCopy full SHA for 58e291c
src/Data/Aeson/Decoding.hs
@@ -96,7 +96,7 @@ throwDecode bs = unResult (toResultValue (lbsToTokens bs)) (throwM . AesonExcept
96
-- Decoding: strict text
97
-------------------------------------------------------------------------------
98
99
--- | Efficiently deserialize a JSON value from a strict 'B.ByteString'.
+-- | Efficiently deserialize a JSON value from a strict 'T.Text'.
100
-- If this fails due to incomplete or invalid input, 'Nothing' is
101
-- returned.
102
--
0 commit comments