From 3ee0dc9329cd8c61315138e9885b639dbda3911c Mon Sep 17 00:00:00 2001 From: Jonathan Lim Date: Sat, 9 Dec 2023 17:56:28 -0800 Subject: [PATCH] Update actix-web-codegen/src/lib.rs with comment documentation fix Co-authored-by: oliver <151407407+kwfn@users.noreply.github.com> --- actix-web-codegen/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actix-web-codegen/src/lib.rs b/actix-web-codegen/src/lib.rs index f32214513..921321759 100644 --- a/actix-web-codegen/src/lib.rs +++ b/actix-web-codegen/src/lib.rs @@ -322,8 +322,8 @@ pub fn test(_: TokenStream, item: TokenStream) -> TokenStream { /// /// # Note /// -/// Internally the macro generate struct with name of scope (e.g. `mod_inner`) -/// And create public module as `_scope` +/// Internally the macro generates struct with name of scope (e.g. `mod_inner`). +/// And creates public module as `_scope`. /// #[proc_macro_attribute] pub fn scope(args: TokenStream, input: TokenStream) -> TokenStream {