From 43f54a0763b9c6183daedbd3e5bc7ceacc1f6734 Mon Sep 17 00:00:00 2001 From: king6cong Date: Thu, 6 Feb 2020 16:05:06 +0800 Subject: [PATCH] add MacroRepOp usage for ? --- src/tokens.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tokens.md b/src/tokens.md index e4338f06f..3fda6cab7 100644 --- a/src/tokens.md +++ b/src/tokens.md @@ -579,7 +579,7 @@ usages and meanings are defined in the linked pages. | `=>` | FatArrow | [Match arms][match], [Macros] | `#` | Pound | [Attributes] | `$` | Dollar | [Macros] -| `?` | Question | [Question mark operator][question], [Questionably sized][sized] +| `?` | Question | [Question mark operator][question], [Questionably sized][sized], [Macro Kleene Matcher][macros] ## Delimiters