Fix 'FromRequest' docs typo: 'request' -> 'route'.

This commit is contained in:
Marc-Stefan Cassola 2022-04-28 22:01:07 +01:00 committed by Sergio Benitez
parent 4df97f0e25
commit a9452c6fa4
1 changed files with 1 additions and 1 deletions

View File

@ -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