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 16776c4 commit 2994273Copy full SHA for 2994273
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