Skip to content

Commit

Permalink
Correct a typo in UVerb.hs (#1363)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixonmars authored Nov 22, 2020
1 parent 1d0b34d commit aa4f54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servant-server/src/Servant/Server/UVerb.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit aa4f54e

Please sign in to comment.