aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index eb9658a..b882968 100644
--- a/README.md
+++ b/README.md
@@ -59,7 +59,7 @@ of the new functions provided by LpegLabel:
59 59
60 60
61Returns a pattern that throws the label `l`. 61Returns a pattern that throws the label `l`.
62A label must be an integer between 0 and 63. 62A label must be an integer between 0 and 255.
63 63
64The label 0 is equivalent to the regular failure of PEGs. 64The 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
105Allows to specicify a table with labels. They keys of 105Allows 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,
107and the associated values should be strings. 107and the associated values should be strings.
108 108
109 109