From 54ba4596f6ce046720fdad832ec8c4267d8c3f97 Mon Sep 17 00:00:00 2001 From: Alp Mestanogullari Date: Sat, 22 Nov 2014 17:29:52 +0100 Subject: [PATCH] haddocks tweak --- src/Servant/API/Delete.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Servant/API/Delete.hs b/src/Servant/API/Delete.hs index 59164412..a312345f 100644 --- a/src/Servant/API/Delete.hs +++ b/src/Servant/API/Delete.hs @@ -16,7 +16,7 @@ import Servant.Common.Req import Servant.Docs import Servant.Server --- | Endpoint for DELETE requests. +-- | Combinator for DELETE requests. -- -- Example: --