haddocks tweak

This commit is contained in:
Alp Mestanogullari 2014-11-22 17:29:22 +01:00
parent e7a0d70780
commit c0b7c65de2

View file

@ -22,8 +22,6 @@ import Servant.Server
--
-- > -- DELETE /books/:isbn
-- > type MyApi = "books" :> Capture "isbn" Text :> Delete
--
-- corresponds to a DELETE HTTP request at @/books/:isbn@.
data Delete
deriving Typeable