Skip to content

Commit 0cd2755

Browse files
authored
Merge pull request #533 from pzmarzly/patch-2
Fix copy-paste error in procedural-macros.md
2 parents 41493ff + 32df083 commit 0cd2755

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/procedural-macros.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,8 @@ fn invoke3() {}
262262
// Example:
263263
#[show_streams { delimiters }]
264264
fn invoke4() {}
265-
// out: "delimiters"
266-
// out: "fn invoke4() {}"
265+
// out: attr: "delimiters"
266+
// out: item: "fn invoke4() {}"
267267
```
268268

269269
[`TokenStream`]: ../proc_macro/struct.TokenStream.html

0 commit comments

Comments
 (0)