mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-22 21:05:11 +00:00
fix weird sentence
This commit is contained in:
parent
1767837688
commit
8b2219c1e1
1 changed files with 2 additions and 2 deletions
|
@ -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}}
|
||||
|
|
Loading…
Reference in a new issue