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

This commit is contained in:
Jonas Platte
2022-10-20 20:02:46 +02:00
committed by David Pedersen
parent ec428f5f5a
commit 7d740866e6
+1 -1
View File
@@ -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