Skip to content

Commit

Permalink
Merge pull request #1102 from stevemao/patch-1
Browse files Browse the repository at this point in the history
fix typo (ByteString -> Text)
  • Loading branch information
phadej authored Jun 9, 2024
2 parents 6ae3542 + 2994273 commit 58e291c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Data/Aeson/Decoding.hs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ throwDecode bs = unResult (toResultValue (lbsToTokens bs)) (throwM . AesonExcept
-- Decoding: strict text
-------------------------------------------------------------------------------

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

0 comments on commit 58e291c

Please sign in to comment.