mirror of
https://github.com/actix/actix-web.git
synced 2024-11-14 04:41:15 +00:00
Removed random superfluous whitespace (#2705)
This commit is contained in:
parent
7b27493e4c
commit
c58f287044
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ where
|
|||
|
||||
/// Registers an app-wide middleware.
|
||||
///
|
||||
/// Registers middleware, in the form of a middleware compo nen t (type), that runs during
|
||||
/// Registers middleware, in the form of a middleware component (type), that runs during
|
||||
/// inbound and/or outbound processing in the request life-cycle (request -> response),
|
||||
/// modifying request/response as necessary, across all requests managed by the `App`.
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue