Merge pull request #2 from spl/patch-1

Fix typo
This commit is contained in:
Alp Mestanogullari 2014-12-13 00:40:49 +01:00
commit 7ea1203c8b

View File

@ -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: