mirror of
https://github.com/tokio-rs/axum.git
synced 2025-03-27 00:48:44 +01:00
Fix a typo in axum_extra::extract::Query docs (#1201)
This commit is contained in:
parent
6ff1c2111e
commit
e6fb53fd68
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ use std::ops::Deref;
|
|||
///
|
||||
/// `T` is expected to implement [`serde::Deserialize`].
|
||||
///
|
||||
/// # Differences from `axum::extract::Form`
|
||||
/// # Differences from `axum::extract::Query`
|
||||
///
|
||||
/// This extractor uses [`serde_html_form`] under-the-hood which supports multi-value items. These
|
||||
/// are sent by multiple `<input>` attributes of the same name (e.g. checkboxes) and `<select>`s
|
||||
|
|
Loading…
Add table
Reference in a new issue