diff --git a/doc/src/tutorial/004_controlling_lexer.md b/doc/src/tutorial/004_controlling_lexer.md index dc3e1e7..33d7a62 100644 --- a/doc/src/tutorial/004_controlling_lexer.md +++ b/doc/src/tutorial/004_controlling_lexer.md @@ -155,7 +155,7 @@ fn calculator2b() { In the previous section, we saw that fixed strings have precedence over regular expressions. But what if we have two regular expressions that can match the same input? Which one wins? For example, consider -this various of the grammar above, where we also try to support +this variation of the grammar above, where we also try to support parenthesized **identifiers** like `((foo22))`: ```