Skip to content

Commit

Permalink
Fix typo on customize-extractor-error example (#2124)
Browse files Browse the repository at this point in the history
  • Loading branch information
catuhana committed Jul 27, 2023
1 parent f9ea40b commit 64c566c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/customize-extractor-error/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ already existing extractors
- [`with_rejection`](src/with_rejection.rs): Uses
`axum_extra::extract::WithRejection` to transform one rejection into another
- [`derive_from_request`](src/derive_from_request.rs): Uses the
`axum::extractr::FromRequest` derive macro to wrap another extractor and
`axum::extract::FromRequest` derive macro to wrap another extractor and
customize the rejection
- [`custom_extractor`](src/custom_extractor.rs): Manual implementation of
`FromRequest` that wraps another extractor
Expand Down

0 comments on commit 64c566c

Please sign in to comment.