This commit is contained in:
Maximilian Tagher 2019-11-29 10:44:49 -05:00
parent 42d41f77de
commit 561adc2e17

View File

@ -605,7 +605,7 @@ htmlCount query count = do
-- | Parses the response body from JSON into a Haskell value, throwing an error if parsing fails.
--
-- This function also checks that the @Content-Type@ of the response is @application\/json@.
-- This function also checks that the @Content-Type@ of the response is @application/json@.
--
-- ==== __Examples__
--