Skip to content

Commit 8f1545a

Browse files
mishok13jplatte
authored andcommitted
Fix typo in extractors guide (#3554)
1 parent 4fc3faa commit 8f1545a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

axum/src/docs/extract.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,8 +606,8 @@ For more details, including how to disable this limit, see [`DefaultBodyLimit`].
606606

607607
# Wrapping extractors
608608

609-
If you want write an extractor that generically wraps another extractor (that
610-
may or may not consume the request body) you should implement both
609+
If you want to write an extractor that generically wraps another extractor
610+
(that may or may not consume the request body) you should implement both
611611
[`FromRequest`] and [`FromRequestParts`]:
612612

613613
```rust

0 commit comments

Comments
 (0)