mirror of
https://github.com/tokio-rs/axum.git
synced 2024-12-29 15:49:16 +01:00
Fix a small grammatical error in the Extract docs (#1876)
This commit is contained in:
parent
4dd062e8ed
commit
b314cd9bc2
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ left to right.
|
||||||
|
|
||||||
The request body is an asynchronous stream that can only be consumed once.
|
The request body is an asynchronous stream that can only be consumed once.
|
||||||
Therefore you can only have one extractor that consumes the request body. axum
|
Therefore you can only have one extractor that consumes the request body. axum
|
||||||
enforces by that requiring such extractors to be the _last_ argument your
|
enforces this by requiring such extractors to be the _last_ argument your
|
||||||
handler takes.
|
handler takes.
|
||||||
|
|
||||||
For example
|
For example
|
||||||
|
|
Loading…
Reference in a new issue