Merge pull request #451 from rofrol/patch-1

docs: remove unneeded in
This commit is contained in:
Markus Westerlind 2019-03-03 09:08:39 +01:00 committed by GitHub
commit cbdafa6494
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -307,7 +307,7 @@ pub Term = {
In fact, the match declaration can map a regular expression to any
kind of symbol you want (i.e., you can also map to a string literal or
even a regular expression). Whatever symbol appears after the `=>` is
what you should use in your grammar. As an example, in some languages
what you should use in your grammar. As an example, some languages
have case-insensitive keywords; if you wanted to write `"BEGIN"` in the
grammar itself, but have that map to a regular expression in the lexer, you might write: