We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f71f9ca commit 07f720fCopy full SHA for 07f720f
actix-web/src/middleware/mod.rs
@@ -67,7 +67,7 @@
67
//! Response
68
//! ```
69
//! The request _first_ gets processed by the middleware specified _last_ - `MiddlewareC`. It passes
70
-//! the request (modified a modified one) to the next middleware - `MiddlewareB` - _or_ directly
+//! the request (possibly a modified one) to the next middleware - `MiddlewareB` - _or_ directly
71
//! responds to the request (e.g. when the request was invalid or an error occurred). `MiddlewareB`
72
//! processes the request as well and passes it to `MiddlewareA`, which then passes it to the
73
//! [`Service`]. In the [`Service`], the extractors will run first. They don't pass the request on,
0 commit comments