Fix a small grammatical error in the Extract docs (#1876)

This commit is contained in:
Andrew Morgan 2023-03-22 17:34:12 +00:00 committed by GitHub
parent 4dd062e8ed
commit b314cd9bc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -162,7 +162,7 @@ left to right.
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
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.
For example