Fix typo!

This commit is contained in:
Philip.Hazel 2019-12-29 11:50:37 +00:00
parent 279128cbde
commit 6707614863
3 changed files with 3 additions and 3 deletions

View File

@ -1902,7 +1902,7 @@ are permitted for groups with the same number, for example:
</pre>
The duplicate name constraint can be disabled by setting the PCRE2_DUPNAMES
option at compile time, or by the use of (?J) within the pattern, as described
in the section entitiled
in the section entitled
<a href="#internaloptions">"Internal Option Setting"</a>
above.
</P>

View File

@ -7672,7 +7672,7 @@ NAMED CAPTURE GROUPS
The duplicate name constraint can be disabled by setting the PCRE2_DUP-
NAMES option at compile time, or by the use of (?J) within the pattern,
as described in the section entitiled "Internal Option Setting" above.
as described in the section entitled "Internal Option Setting" above.
Duplicate names can be useful for patterns where only one instance of
the named capture group can match. Suppose you want to match the name

View File

@ -1903,7 +1903,7 @@ are permitted for groups with the same number, for example:
.sp
The duplicate name constraint can be disabled by setting the PCRE2_DUPNAMES
option at compile time, or by the use of (?J) within the pattern, as described
in the section entitiled
in the section entitled
.\" HTML <a href="#internaloptions">
.\" </a>
"Internal Option Setting"