We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cdbbbd commit 1e6e566Copy full SHA for 1e6e566
servant/src/Servant/API/ContentTypes.hs
@@ -24,7 +24,7 @@
24
-- >>> type MyEndpoint = ReqBody '[JSON, PlainText] Book :> Put '[JSON, PlainText] Book
25
--
26
-- Meaning the endpoint accepts requests of Content-Type @application/json@
27
--- or @text/plain;charset-utf8@, and returns data in either one of those
+-- or @text/plain;charset=utf8@, and returns data in either one of those
28
-- formats (depending on the @Accept@ header).
29
30
-- If you would like to support Content-Types beyond those provided here,
0 commit comments