remove unneeded in

This commit is contained in:
Roman Frołow 2019-03-03 06:13:08 +01:00
parent 9b773d9fb2
commit f678f38bcd

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: