We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 884b952 commit 609d740Copy full SHA for 609d740
src/procedural-macros.md
@@ -195,7 +195,7 @@ struct Struct {
195
*Attribute macros* define new [attributes] which can be attached to [items].
196
197
Attribute macros are defined by a [public] [function] with the
198
-`proc_macro_attribute` [attribute] that a signature of `(TokenStream,
+`proc_macro_attribute` [attribute] that has a signature of `(TokenStream,
199
TokenStream) -> TokenStream`. The first [`TokenStream`] is the delimited token
200
tree following the attribute's name, not including the outer delimiters. If
201
the attribute is written as a bare attribute name, the attribute
0 commit comments