aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c210ef5..c2ddbb9 100644
--- a/README.md
+++ b/README.md
@@ -94,7 +94,7 @@ Label `l` must be a valid identifier name.
94#### <a name="re-pow"></a><code>p^l</code> 94#### <a name="re-pow"></a><code>p^l</code>
95 95
96Syntax of *relabel* module. The pattern `p^l` is equivalent 96Syntax of *relabel* module. The pattern `p^l` is equivalent
97to `p / lpeglabel.T(l)`. 97to `p + lpeglabel.T(l)`.
98 98
99Label `l` must be a valid identifier name. 99Label `l` must be a valid identifier name.
100 100