summaryrefslogtreecommitdiff
path: root/doc/html/pcre2syntax.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/pcre2syntax.html')
-rw-r--r--doc/html/pcre2syntax.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/pcre2syntax.html b/doc/html/pcre2syntax.html
index e9bc896..7fdc0dc 100644
--- a/doc/html/pcre2syntax.html
+++ b/doc/html/pcre2syntax.html
@@ -113,7 +113,7 @@ it matches a literal "u".
</pre>
\C is dangerous because it may leave the current matching point in the middle
of a UTF-8 or UTF-16 character. The application can lock out the use of \C by
-setting the PCRE2_NEVER_BACKSLASH_C option. It is also possible to build PCRE2
+setting the PCRE2_NEVER_BACKSLASH_C option. It is also possible to build PCRE2
with the use of \C permanently disabled.
</P>
<P>