Fix typo errros -> errors

This commit is contained in:
Santiago Pastorino 2020-10-19 15:00:49 -03:00 committed by Joshua Nelson
parent d859c9924e
commit 269158b77e
1 changed files with 1 additions and 1 deletions

View File

@ -512,7 +512,7 @@ We use these items in macro parser:
token stream and parsing session. The token stream is what we are about to
ask the MBE parser to parse. We will consume the raw stream of tokens and
output a binding of metavariables to corresponding token trees. The parsing
session can be used to report parser errros.
session can be used to report parser errors.
- `ms` a _matcher_. This is a sequence of token trees that we want to match
the token stream against.