mirror of
https://github.com/rwf2/Rocket.git
synced 2025-01-20 08:29:07 +00:00
Fix 'FromRequest' docs typo: 'request' -> 'route'.
This commit is contained in:
parent
4df97f0e25
commit
a9452c6fa4
@ -110,7 +110,7 @@ impl<S, E> IntoOutcome<S, (Status, E), ()> for Result<S, E> {
|
||||
/// * **Forward**
|
||||
///
|
||||
/// If the `Outcome` is [`Forward`], the request will be forwarded to the next
|
||||
/// matching request. Note that users can request an `Option<S>` to catch
|
||||
/// matching route. Note that users can request an `Option<S>` to catch
|
||||
/// `Forward`s.
|
||||
///
|
||||
/// # Provided Implementations
|
||||
|
Loading…
Reference in New Issue
Block a user