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 {