summaryrefslogtreecommitdiff
path: root/doc/html/pcre2limits.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/pcre2limits.html')
-rw-r--r--doc/html/pcre2limits.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/pcre2limits.html b/doc/html/pcre2limits.html
index 640fe3d..c763ca0 100644
--- a/doc/html/pcre2limits.html
+++ b/doc/html/pcre2limits.html
@@ -54,9 +54,9 @@ There is no limit to the number of parenthesized subpatterns, but there can be
no more than 65535 capturing subpatterns. There is, however, a limit to the
depth of nesting of parenthesized subpatterns of all kinds. This is imposed in
order to limit the amount of system stack used at compile time. The default
-limit can be specified when PCRE2 is built; the default default is 250. An
-application can change this limit by calling pcre2_set_parens_nest_limit() to
-set the limit in a compile context.
+limit can be specified when PCRE2 is built; if not, the default is set to 250.
+An application can change this limit by calling pcre2_set_parens_nest_limit()
+to set the limit in a compile context.
</P>
<P>
The maximum length of name for a named subpattern is 32 code units, and the