Skip to content

Commit

Permalink
Merge pull request #533 from pzmarzly/patch-2
Browse files Browse the repository at this point in the history
Fix copy-paste error in procedural-macros.md
  • Loading branch information
Centril committed Mar 9, 2019
2 parents 41493ff + 32df083 commit 0cd2755
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/procedural-macros.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,8 @@ fn invoke3() {}
// Example:
#[show_streams { delimiters }]
fn invoke4() {}
// out: "delimiters"
// out: "fn invoke4() {}"
// out: attr: "delimiters"
// out: item: "fn invoke4() {}"
```

[`TokenStream`]: ../proc_macro/struct.TokenStream.html
Expand Down

0 comments on commit 0cd2755

Please sign in to comment.