From ed95ce28bcb31e0089ddaa82a12936bceee94bb8 Mon Sep 17 00:00:00 2001 From: Muhammed Alkan Date: Mon, 29 Oct 2018 12:18:47 +0300 Subject: [PATCH] Fix typo --- docs/grammar.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/grammar.md b/docs/grammar.md index 69a6704..87912a5 100644 --- a/docs/grammar.md +++ b/docs/grammar.md @@ -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. \ No newline at end of file +Declare a terminal without defining it. Useful for plugins.