Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Data/Aeson/Decoding/Text.hs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ scanStringLiteral ok err bs0 = go 0 bs0 where
Just (_, bs') -> goEsc (n + 1) bs'

errEnd = err "Unexpected end-of-input while parsing string literal"
errCC = err "Unespected control character while parsing string literal"
errCC = err "Unexpected control character while parsing string literal"

-------------------------------------------------------------------------------
-- Number
Expand Down