mirror of https://github.com/lark-parser/lark.git
Fix typo
This commit is contained in:
parent
c436940d81
commit
ed95ce28bc
|
@ -43,7 +43,7 @@ Literals can be one of:
|
|||
* `/regular expression+/`
|
||||
* `"case-insensitive string"i`
|
||||
* `/re with flags/imulx`
|
||||
* Literal range: `"a".."z"`, `"1..9"`, etc.
|
||||
* Literal range: `"a".."z"`, `"1".."9"`, etc.
|
||||
|
||||
#### Notes for when using a lexer:
|
||||
|
||||
|
@ -145,4 +145,4 @@ If the module path is relative, such as `.path.to.file`, Lark will attempt to lo
|
|||
|
||||
### %declare
|
||||
|
||||
Declare a terminal without defining it. Useful for plugins.
|
||||
Declare a terminal without defining it. Useful for plugins.
|
||||
|
|
Loading…
Reference in New Issue