Fix a typo in axum_extra::extract::Query docs (#1201)

This commit is contained in:
Jonas Platte
2022-07-27 16:32:21 +02:00
committed by GitHub
parent 6ff1c2111e
commit e6fb53fd68
+1 -1
View File
@@ -12,7 +12,7 @@ use std::ops::Deref;
/// ///
/// `T` is expected to implement [`serde::Deserialize`]. /// `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 /// 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 /// are sent by multiple `<input>` attributes of the same name (e.g. checkboxes) and `<select>`s