diff --git a/src/Servant/API/Post.hs b/src/Servant/API/Post.hs index 392fbb75..51863ade 100644 --- a/src/Servant/API/Post.hs +++ b/src/Servant/API/Post.hs @@ -4,7 +4,7 @@ module Servant.API.Post where import Data.Typeable -- | Endpoint for POST requests. The type variable represents the type of the --- response body (not the request body, use 'Servant.API.RQBody.RQBody' for +-- response body (not the request body, use 'Servant.API.ReqBody.ReqBody' for -- that). -- -- Example: