Update actix-web/src/app.rs

Co-authored-by: Ibraheem Ahmed <ibrah1440@gmail.com>
This commit is contained in:
Rob Ede 2022-02-01 02:31:01 +00:00 committed by GitHub
parent 45fa3a54c6
commit 4cc20bc27f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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<T> {
endpoint: T,
services: Vec<Box<dyn AppServiceFactory>>,