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

Co-authored-by: Fred Cook <[email protected]>
This commit is contained in:
nectarine
2023-10-23 15:10:54 +09:00
committed by GitHub
co-authored by Fred Cook
parent 8854e660e9
commit 68288ef44f
+1 -1
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