From aa4f54e92e0b03c95991156f0308c2a6aa167116 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Sun, 22 Nov 2020 18:08:11 +0800 Subject: [PATCH] Correct a typo in UVerb.hs (#1363) --- servant-server/src/Servant/Server/UVerb.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servant-server/src/Servant/Server/UVerb.hs b/servant-server/src/Servant/Server/UVerb.hs index bbddba34..f4096f5b 100644 --- a/servant-server/src/Servant/Server/UVerb.hs +++ b/servant-server/src/Servant/Server/UVerb.hs @@ -51,7 +51,7 @@ instance AllMime contentTypes, All (IsServerResource contentTypes) as, Unique (Statuses as) -- for consistency with servant-swagger (server would work fine - -- wihtout; client is a bit of a corner case, because it dispatches + -- without; client is a bit of a corner case, because it dispatches -- the parser based on the status code. with this uniqueness -- constraint it won't have to run more than one parser in weird -- corner cases.