Skip to content

Commit d33b207

Browse files
committed
Update macros-by-example.md
1 parent 2aec62f commit d33b207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/macros-by-example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
> &nbsp;&nbsp; | `{` _MacroMatch_<sup>\*</sup> `}`
2222
>
2323
> _MacroMatch_ :\
24-
> &nbsp;&nbsp; &nbsp;&nbsp; [_Token_]<sub>_except $ and [delimiters]_</sub>\
24+
> &nbsp;&nbsp; &nbsp;&nbsp; [_Token_]<sub>_except `$` and [delimiters]_</sub>\
2525
> &nbsp;&nbsp; | _MacroMatcher_\
2626
> &nbsp;&nbsp; | `$` ( [IDENTIFIER_OR_KEYWORD] <sub>_except `crate`_</sub> | [RAW_IDENTIFIER] | `_` ) `:` _MacroFragSpec_\
2727
> &nbsp;&nbsp; | `$` `(` _MacroMatch_<sup>+</sup> `)` _MacroRepSep_<sup>?</sup> _MacroRepOp_

0 commit comments

Comments
 (0)