fix weird sentence

This commit is contained in:
Niko Matsakis 2019-09-24 06:28:00 -04:00
parent 1767837688
commit 8b2219c1e1

View file

@ -10,8 +10,8 @@ when Qbase changes.
## Example: the base query
For example, imagine that you have a query `parse` that parses the input text of a request to return a
only consume small parts of itheader and a body:
For example, imagine that you have a query `parse` that parses the input text of a request
and returns a `ParsedResult`, which contains a header and a body:
```rust,ignore
{{#include ../../../examples/selection/main.rs:request}}