Skip to content

Commit 1e4872c

Browse files
authored
Merge pull request #1328 from jkaye2012/patch-1
Minor rewording in Server tutorial
2 parents 858fb6c + 9f8127e commit 1e4872c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/tutorial/Server.lhs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,8 @@ For reference, here's a list of some combinators from **servant**:
313313
## The `FromHttpApiData`/`ToHttpApiData` classes
314314

315315
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.
316+
to decode a `ClientInfo` value from the request body? The following three sections will
317+
help us answer these questions.
318318

319319
`Capture`s and `QueryParam`s are represented by some textual value in URLs.
320320
`Header`s are similarly represented by a pair of a header name and a

0 commit comments

Comments
 (0)