We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2aec62f + d33b207 commit 9894da5Copy full SHA for 9894da5
src/macros-by-example.md
@@ -21,7 +21,7 @@
21
> | `{` _MacroMatch_<sup>\*</sup> `}`
22
>
23
> _MacroMatch_ :\
24
-> [_Token_]<sub>_except $ and [delimiters]_</sub>\
+> [_Token_]<sub>_except `$` and [delimiters]_</sub>\
25
> | _MacroMatcher_\
26
> | `$` ( [IDENTIFIER_OR_KEYWORD] <sub>_except `crate`_</sub> | [RAW_IDENTIFIER] | `_` ) `:` _MacroFragSpec_\
27
> | `$` `(` _MacroMatch_<sup>+</sup> `)` _MacroRepSep_<sup>?</sup> _MacroRepOp_
0 commit comments