Skip to content

Commit 609d740

Browse files
Centrilehuss
andcommitted
Fix missing word typo.
Co-Authored-By: ehuss <[email protected]>
1 parent 884b952 commit 609d740

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)