diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -59,7 +59,7 @@ of the new functions provided by LpegLabel: | |||
59 | 59 | ||
60 | 60 | ||
61 | Returns a pattern that throws the label `l`. | 61 | Returns a pattern that throws the label `l`. |
62 | A label must be an integer between 0 and 63. | 62 | A label must be an integer between 0 and 255. |
63 | 63 | ||
64 | The label 0 is equivalent to the regular failure of PEGs. | 64 | The label 0 is equivalent to the regular failure of PEGs. |
65 | 65 | ||
@@ -103,7 +103,7 @@ Returns line and column information regarding position <i>i</i> of the subject. | |||
103 | #### <a name="re-setl"></a><code>relabel.setlabels (tlabel)</code> | 103 | #### <a name="re-setl"></a><code>relabel.setlabels (tlabel)</code> |
104 | 104 | ||
105 | Allows to specicify a table with labels. They keys of | 105 | Allows to specicify a table with labels. They keys of |
106 | `tlabel` must be integers between 0 and 63, | 106 | `tlabel` must be integers between 0 and 255, |
107 | and the associated values should be strings. | 107 | and the associated values should be strings. |
108 | 108 | ||
109 | 109 | ||