Fix typo in 'Query' documentation: 'mplementation' -> 'implementation'.

This commit is contained in:
Nia Watts 2020-05-29 15:56:45 -06:00 committed by Jeb Rosen
parent ee5988fe5c
commit ea81f8e07b
1 changed files with 1 additions and 1 deletions

View File

@ -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