aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergio Queiroz <sqmedeiros@gmail.com>2018-07-12 11:01:30 -0300
committerSergio Queiroz <sqmedeiros@gmail.com>2018-07-12 11:01:30 -0300
commit9be59fb8f4b176a16643e707c74051b243202296 (patch)
tree5fe84585aac3e99d72445e0cddaeb9c5c5ee0ad5
parent2e03ab773924ef699a6f5738f6e46cb66da69d9b (diff)
downloadlpeglabel-9be59fb8f4b176a16643e707c74051b243202296.tar.gz
lpeglabel-9be59fb8f4b176a16643e707c74051b243202296.tar.bz2
lpeglabel-9be59fb8f4b176a16643e707c74051b243202296.zip
Fixing the documentation related to p^l
-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