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