Skip to content

Commit 50f4421

Browse files
11Takanorimark-i-m
authored andcommitted
Fix typo
1 parent 3b0d3f2 commit 50f4421

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
@@ -89,7 +89,7 @@ against the pattern `ms`. Using our examples, `tts` could be the stream of
8989
tokens containing the inside of the example invocation `print foo`, while `ms`
9090
might be the sequence of token (trees) `print $mvar:ident`.
9191

92-
The output of the parser is a `NamedParserResult`, which indicates which of
92+
The output of the parser is a `NamedParseResult`, which indicates which of
9393
three cases has occured:
9494

9595
- Success: `tts` matches the given matcher `ms`, and we have produced a binding

0 commit comments

Comments
 (0)