aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c24c06e..c210ef5 100644
--- a/README.md
+++ b/README.md
@@ -481,8 +481,8 @@ print(mymatch(g, "a := 2; 6")) --> nil Error at line 1 (col 8): Error, expecti
481### Caveats 481### Caveats
482 482
483Does not use the number **1** to specify a recovery rule, 483Does not use the number **1** to specify a recovery rule,
484since that this index is used to indicate the first rule 484since that the entry with index 1 in the grammar table defines
485of a grammar. 485its initial rule.
486 486
487In case your grammar has many regular and recovery rules, 487In case your grammar has many regular and recovery rules,
488you may get an error message such as grammar: <em>has too many rules</em>. 488you may get an error message such as grammar: <em>has too many rules</em>.