From f6c59ae59196e2c70e7bab564c9de919315de4cc Mon Sep 17 00:00:00 2001 From: Matt Gathu Date: Sun, 13 Sep 2020 19:56:12 +0200 Subject: [PATCH] Update actix-web-codegen/src/lib.rs Co-authored-by: Rob Ede --- actix-web-codegen/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-web-codegen/src/lib.rs b/actix-web-codegen/src/lib.rs index ac2bc00ff..4bbbde640 100644 --- a/actix-web-codegen/src/lib.rs +++ b/actix-web-codegen/src/lib.rs @@ -141,7 +141,7 @@ pub fn patch(args: TokenStream, input: TokenStream) -> TokenStream { route::generate(args, input, route::GuardType::Patch) } -/// Creates route handler with Multiple HTTP methods guards. +/// Creates resource handler, allowing multiple HTTP method guards. /// /// Syntax: `#[route("path"[, attributes])]` ///