Fix 'Delete' documentation.

This commit is contained in:
Julian K. Arni 2015-10-11 21:08:45 +02:00
parent 5a032383bc
commit ad39feb01e

View File

@ -11,7 +11,7 @@ import Data.Typeable (Typeable)
-- Example: -- Example:
-- --
-- >>> -- DELETE /books/:isbn -- >>> -- DELETE /books/:isbn
-- >>> type MyApi = "books" :> Capture "isbn" Text :> Delete -- >>> type MyApi = "books" :> Capture "isbn" Text :> Delete '[] ()
data Delete (contentTypes :: [*]) a data Delete (contentTypes :: [*]) a
deriving Typeable deriving Typeable