We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4581a5 commit 26e3ea0Copy full SHA for 26e3ea0
src/macro-expansion.md
@@ -512,7 +512,7 @@ We use these items in macro parser:
512
token stream and parsing session. The token stream is what we are about to
513
ask the MBE parser to parse. We will consume the raw stream of tokens and
514
output a binding of metavariables to corresponding token trees. The parsing
515
- session can be used to report parser errros.
+ session can be used to report parser errors.
516
- `ms` a _matcher_. This is a sequence of token trees that we want to match
517
the token stream against.
518
0 commit comments