diff --git a/actix-web/src/app.rs b/actix-web/src/app.rs index 1c98ad3a1..be3526393 100644 --- a/actix-web/src/app.rs +++ b/actix-web/src/app.rs @@ -21,7 +21,7 @@ use crate::{ }, }; -/// The top-level builder for an Actix Web web application. +/// The top-level builder for an Actix Web application. pub struct App { endpoint: T, services: Vec>,