mirror of
https://github.com/tokio-rs/axum.git
synced 2024-12-28 07:20:12 +01:00
Replace reference to multiple with singular in docs. (#2285)
Co-authored-by: Fred Cook <fredcook789@gmail.com>
This commit is contained in:
parent
8854e660e9
commit
68288ef44f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue