Skip to content

Commit 783c584

Browse files
spastorinoJoshua Nelson
authored andcommitted
Fix typo errros -> errors
1 parent b04860c commit 783c584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/macro-expansion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ We use these items in macro parser:
512512
token stream and parsing session. The token stream is what we are about to
513513
ask the MBE parser to parse. We will consume the raw stream of tokens and
514514
output a binding of metavariables to corresponding token trees. The parsing
515-
session can be used to report parser errros.
515+
session can be used to report parser errors.
516516
- `ms` a _matcher_. This is a sequence of token trees that we want to match
517517
the token stream against.
518518

0 commit comments

Comments
 (0)