From 4cc20bc27f53059a5250407a3966a9ab8aba6c48 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Tue, 1 Feb 2022 02:31:01 +0000 Subject: [PATCH] Update actix-web/src/app.rs Co-authored-by: Ibraheem Ahmed --- actix-web/src/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>,