Replace reference to multiple with singular in docs. (#2285)

Co-authored-by: Fred Cook <fredcook789@gmail.com>
This commit is contained in:
nectarine 2023-10-23 07:10:54 +01:00 committed by GitHub
parent 8854e660e9
commit 68288ef44f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -569,7 +569,7 @@ let app = Router::new().route(
# Accessing other extractors in `FromRequest` or `FromRequestParts` implementations
When defining custom extractors you often need to access another extractors
When defining custom extractors you often need to access another extractor
in your implementation.
```rust