Skip to content

Commit 2994273

Browse files
authored
fix typo (ByteString -> Text)
1 parent 16776c4 commit 2994273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Aeson/Decoding.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ throwDecode bs = unResult (toResultValue (lbsToTokens bs)) (throwM . AesonExcept
9696
-- Decoding: strict text
9797
-------------------------------------------------------------------------------
9898

99-
-- | Efficiently deserialize a JSON value from a strict 'B.ByteString'.
99+
-- | Efficiently deserialize a JSON value from a strict 'T.Text'.
100100
-- If this fails due to incomplete or invalid input, 'Nothing' is
101101
-- returned.
102102
--

0 commit comments

Comments
 (0)