summaryrefslogtreecommitdiffstats
path: root/docs/manual/expr.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual/expr.xml')
-rw-r--r--docs/manual/expr.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/expr.xml b/docs/manual/expr.xml
index 0ecf639a42..6aed34d180 100644
--- a/docs/manual/expr.xml
+++ b/docs/manual/expr.xml
@@ -407,7 +407,7 @@ listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>"
<section id="rebackref">
<title>Regular expression backreferences</title>
<p>The strings <code>$0</code> ... <code>$9</code> allow to reference
- the capture groups form a previously executed, successfully
+ the capture groups from a previously executed, successfully
matching regular expressions. They can normally only be used in the
same expression as the matching regex, but some modules allow special
uses.</p>