aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSérgio Queiroz <sqmedeiros@gmail.com>2018-02-08 15:09:21 -0300
committerSérgio Queiroz <sqmedeiros@gmail.com>2018-02-08 15:09:21 -0300
commit7ea177e0f252f633df52bd5b4033587fff1fd4df (patch)
tree1af7e59dd497a1b14b21525b3bdde1361c2981e6
parentc540c7828ce2b96b1af8c7c6659003a62b4308a9 (diff)
downloadlpeglabel-7ea177e0f252f633df52bd5b4033587fff1fd4df.tar.gz
lpeglabel-7ea177e0f252f633df52bd5b4033587fff1fd4df.tar.bz2
lpeglabel-7ea177e0f252f633df52bd5b4033587fff1fd4df.zip
Minor change in READMEv1.5
-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>.