mirror of https://github.com/rwf2/Rocket.git
Fix typo in 'Query' documentation: 'mplementation' -> 'implementation'.
This commit is contained in:
parent
ee5988fe5c
commit
ea81f8e07b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue