We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d0b34d commit aa4f54eCopy full SHA for aa4f54e
servant-server/src/Servant/Server/UVerb.hs
@@ -51,7 +51,7 @@ instance
51
AllMime contentTypes,
52
All (IsServerResource contentTypes) as,
53
Unique (Statuses as) -- for consistency with servant-swagger (server would work fine
54
- -- wihtout; client is a bit of a corner case, because it dispatches
+ -- without; client is a bit of a corner case, because it dispatches
55
-- the parser based on the status code. with this uniqueness
56
-- constraint it won't have to run more than one parser in weird
57
-- corner cases.
0 commit comments