Skip to content

Commit

Permalink
Fix a typo in axum_extra::extract::Query docs (#1201)
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte authored Jul 27, 2022
1 parent 6ff1c21 commit e6fb53f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion axum-extra/src/extract/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e6fb53f

Please sign in to comment.