Update actix-web-codegen/src/lib.rs

Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
Matt Gathu 2020-09-13 19:56:12 +02:00
parent 5801cb945d
commit f6c59ae591
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ pub fn patch(args: TokenStream, input: TokenStream) -> TokenStream {
route::generate(args, input, route::GuardType::Patch) 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])]` /// Syntax: `#[route("path"[, attributes])]`
/// ///