summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/findresubmatch.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/findresubmatch.md')
-rw-r--r--docs/content/en/functions/findresubmatch.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/functions/findresubmatch.md b/docs/content/en/functions/findresubmatch.md
index 1f0f26b49..f51ccdb97 100644
--- a/docs/content/en/functions/findresubmatch.md
+++ b/docs/content/en/functions/findresubmatch.md
@@ -12,7 +12,7 @@ signature:
relatedfuncs: [findRE, replaceRE]
---
-By default, `findRESubmatch` finds all matches. You can limit the number of matches with an optional LIMIT parameter. A return value of nil indicates no match.
+By default, `findRESubmatch` finds all matches. You can limit the number of matches with an optional LIMIT argument. A return value of nil indicates no match.
{{% readfile file="/functions/common/regular-expressions.md" %}}