Skip to content

Commit 07f720f

Browse files
authored
docs: fix typo (#3439)
1 parent f71f9ca commit 07f720f

File tree

1 file changed

+1
-1
lines changed
  • actix-web/src/middleware

1 file changed

+1
-1
lines changed

actix-web/src/middleware/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
//! Response
6868
//! ```
6969
//! 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
70+
//! the request (possibly a modified one) to the next middleware - `MiddlewareB` - _or_ directly
7171
//! responds to the request (e.g. when the request was invalid or an error occurred). `MiddlewareB`
7272
//! processes the request as well and passes it to `MiddlewareA`, which then passes it to the
7373
//! [`Service`]. In the [`Service`], the extractors will run first. They don't pass the request on,

0 commit comments

Comments
 (0)