Fix typo in ApiType.lhs
This commit is contained in:
parent
f0eec498a1
commit
76703e5b80
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ type UserAPI2 = "users" :> "list-all" :> Get '[JSON] [User]
|
||||||
|
|
||||||
**servant** provides a fair amount of combinators out-of-the-box, but you can
|
**servant** provides a fair amount of combinators out-of-the-box, but you can
|
||||||
always write your own when you need it. Here's a quick overview of the most
|
always write your own when you need it. Here's a quick overview of the most
|
||||||
often needed the combinators that **servant** comes with.
|
often needed combinators that **servant** comes with.
|
||||||
|
|
||||||
## Combinators
|
## Combinators
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue