Skip to content

Commit aa4f54e

Browse files
authored
Correct a typo in UVerb.hs (#1363)
1 parent 1d0b34d commit aa4f54e

File tree

1 file changed

+1
-1
lines changed
  • servant-server/src/Servant/Server

1 file changed

+1
-1
lines changed

servant-server/src/Servant/Server/UVerb.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ instance
5151
AllMime contentTypes,
5252
All (IsServerResource contentTypes) as,
5353
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
54+
-- without; client is a bit of a corner case, because it dispatches
5555
-- the parser based on the status code. with this uniqueness
5656
-- constraint it won't have to run more than one parser in weird
5757
-- corner cases.

0 commit comments

Comments
 (0)