This commit is contained in:
Takanori Ishibashi 2018-05-26 16:36:27 +09:00 committed by Who? Me?!
parent a819c74358
commit d491bce01d
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ against the pattern `ms`. Using our examples, `tts` could be the stream of
tokens containing the inside of the example invocation `print foo`, while `ms`
might be the sequence of token (trees) `print $mvar:ident`.
The output of the parser is a `NamedParserResult`, which indicates which of
The output of the parser is a `NamedParseResult`, which indicates which of
three cases has occured:
- Success: `tts` matches the given matcher `ms`, and we have produced a binding