From 269158b77e1b9760a13000e30027f79212dca90f Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Mon, 19 Oct 2020 15:00:49 -0300 Subject: [PATCH] Fix typo errros -> errors --- src/macro-expansion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/macro-expansion.md b/src/macro-expansion.md index 7f704d05..a02b854a 100644 --- a/src/macro-expansion.md +++ b/src/macro-expansion.md @@ -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.