haskell/HTTP

Typo in documentation of Network.HTTP.getResponseCode

Opened this issue · 0 comments

It should be

-- | @getResponseCode response@ ...

instead of

-- | @getResponseBody response@ ...

Here