mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-16 00:00:18 +02:00
Replace reference to multiple with singular in docs. (#2285)
Co-authored-by: Fred Cook <[email protected]>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user