diff --git a/core/lib/src/request/from_request.rs b/core/lib/src/request/from_request.rs index ce2cd519..14f0e916 100644 --- a/core/lib/src/request/from_request.rs +++ b/core/lib/src/request/from_request.rs @@ -110,7 +110,7 @@ impl IntoOutcome for Result { /// * **Forward** /// /// If the `Outcome` is [`Forward`], the request will be forwarded to the next -/// matching request. Note that users can request an `Option` to catch +/// matching route. Note that users can request an `Option` to catch /// `Forward`s. /// /// # Provided Implementations