Skip to content

Commit 58e291c

Browse files
authored
Merge pull request #1102 from stevemao/patch-1
fix typo (ByteString -> Text)
2 parents 6ae3542 + 2994273 commit 58e291c

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)