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

This commit is contained in:
Nia Watts 2020-05-29 15:56:45 -06:00 committed by Sergio Benitez
parent 278233fe1a
commit 86e98b3ad8
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._ /// _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. /// returned `Result` value is returned.
/// ///
/// # Example /// # Example