Skip to content

Commit

Permalink
Fix typo in 'Query' documentation: 'mplementation' -> 'implementation'.
Browse files Browse the repository at this point in the history
  • Loading branch information
conways-glider authored and SergioBenitez committed May 30, 2020
1 parent 278233f commit 86e98b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/src/request/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ impl<'q> Iterator for Query<'q> {
///
/// _This implementation always returns successfully._
///
/// The path segment is parsed by `T`'s `FromQuery` mplementation. The
/// The path segment is parsed by `T`'s `FromQuery` implementation. The
/// returned `Result` value is returned.
///
/// # Example
Expand Down

0 comments on commit 86e98b3

Please sign in to comment.