mirror of
https://github.com/tokio-rs/axum.git
synced 2025-09-27 13:00:39 +00:00
Fix a typo in axum::extract::rejection::FailedToDeserializeQueryString
documentation (#2009)
This commit is contained in:
parent
76abf73f1c
commit
057e099f4c
@ -93,7 +93,7 @@ define_rejection! {
|
|||||||
#[status = BAD_REQUEST]
|
#[status = BAD_REQUEST]
|
||||||
#[body = "Failed to deserialize query string"]
|
#[body = "Failed to deserialize query string"]
|
||||||
/// Rejection type used if the [`Query`](super::Query) extractor is unable to
|
/// 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);
|
pub struct FailedToDeserializeQueryString(Error);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user