Skip to content

Commit ceb91db

Browse files
Centrilehuss
andauthored
Fix missing word typo.
Co-Authored-By: ehuss <[email protected]>
1 parent 5c1d7e4 commit ceb91db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/procedural-macros.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ struct Struct {
195195
*Attribute macros* define new [attributes] which can be attached to [items].
196196

197197
Attribute macros are defined by a [public]&#32;[function] with the
198-
`proc_macro_attribute` [attribute] that a signature of `(TokenStream,
198+
`proc_macro_attribute` [attribute] that has a signature of `(TokenStream,
199199
TokenStream) -> TokenStream`. The first [`TokenStream`] is the delimited token
200200
tree following the attribute's name, not including the outer delimiters. If
201201
the attribute is written as a bare attribute name, the attribute

0 commit comments

Comments
 (0)