Skip to content

Commit

Permalink
Fix missing word typo.
Browse files Browse the repository at this point in the history
Co-Authored-By: ehuss <eric@huss.org>
  • Loading branch information
Centril and ehuss committed Mar 4, 2019
1 parent 884b952 commit 609d740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/procedural-macros.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ struct Struct {
*Attribute macros* define new [attributes] which can be attached to [items].

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

0 comments on commit 609d740

Please sign in to comment.