diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 | ||
483 | Does not use the number **1** to specify a recovery rule, | 483 | Does not use the number **1** to specify a recovery rule, |
484 | since that this index is used to indicate the first rule | 484 | since that the entry with index 1 in the grammar table defines |
485 | of a grammar. | 485 | its initial rule. |
486 | 486 | ||
487 | In case your grammar has many regular and recovery rules, | 487 | In case your grammar has many regular and recovery rules, |
488 | you may get an error message such as grammar: <em>has too many rules</em>. | 488 | you may get an error message such as grammar: <em>has too many rules</em>. |