From 4a89f5d6c75470e8b6c45cbea594fb222fe6f348 Mon Sep 17 00:00:00 2001 From: Sean Leather Date: Fri, 12 Dec 2014 21:04:03 +0200 Subject: [PATCH] Fix typo --- src/Servant/API/Post.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: