Skip to content

Commit

Permalink
Fix a typo in `axum::extract::rejection::FailedToDeserializeQueryStri…
Browse files Browse the repository at this point in the history
…ng` documentation (tokio-rs#2009)
  • Loading branch information
j3rrywan9 authored May 19, 2023
1 parent 7208cdf commit 59d6a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion axum/src/extract/rejection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ define_rejection! {
#[status = BAD_REQUEST]
#[body = "Failed to deserialize query string"]
/// Rejection type used if the [`Query`](super::Query) extractor is unable to
/// deserialize the form into the target type.
/// deserialize the query string into the target type.
pub struct FailedToDeserializeQueryString(Error);
}

Expand Down

0 comments on commit 59d6a7b

Please sign in to comment.