Skip to content
Snippets Groups Projects
Commit 51b80332 authored by Toon Nolten's avatar Toon Nolten
Browse files

Fix typo in "Unexpected response" message

[ci skip]
parent 5f57d4d0
No related branches found
No related tags found
No related merge requests found
......@@ -153,7 +153,7 @@ data UnexpectedResponse = UnexpectedResponse URI Int
instance Pretty UnexpectedResponse where
pretty (UnexpectedResponse uri code) = "Unexpected response " ++ show code
++ "for " ++ show uri
++ " for " ++ show uri
#if MIN_VERSION_base(4,8,0)
deriving instance Show UnexpectedResponse
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment