Skip to content

Commit 9894da5

Browse files
authored
Merge pull request #1148 from pushkine/master
2 parents 2aec62f + d33b207 commit 9894da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/macros-by-example.md

+1-1
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)