mirror of
https://github.com/rwf2/Rocket.git
synced 2025-02-02 06:42:03 +00:00
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._
|
||||
///
|
||||
/// 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
Block a user