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.
2 parents 858fb6c + 9f8127e commit 1e4872cCopy full SHA for 1e4872c
doc/tutorial/Server.lhs
@@ -313,8 +313,8 @@ For reference, here's a list of some combinators from **servant**:
313
## The `FromHttpApiData`/`ToHttpApiData` classes
314
315
Wait... How does **servant** know how to decode the `Int`s from the URL? Or how
316
-to decode a `ClientInfo` value from the request body? This is what this and the
317
-following two sections address.
+to decode a `ClientInfo` value from the request body? The following three sections will
+help us answer these questions.
318
319
`Capture`s and `QueryParam`s are represented by some textual value in URLs.
320
`Header`s are similarly represented by a pair of a header name and a
0 commit comments