Skip to content

Commit 8b9e3ad

Browse files
authored
Fix typo
Fix typo
1 parent 7a446f8 commit 8b9e3ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/1566-proc-macros.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ The value returned replaces the macro use.
8585
Attribute-like:
8686

8787
```
88-
#[prco_macro_attribute]
88+
#[proc_macro_attribute]
8989
pub fn foo(Option<TokenStream>, TokenStream) -> TokenStream;
9090
```
9191

0 commit comments

Comments
 (0)