Correct a typo in UVerb.hs (#1363)

This commit is contained in:
Felix Yan 2020-11-22 18:08:11 +08:00 committed by GitHub
parent 1d0b34df50
commit aa4f54e92e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.