summaryrefslogtreecommitdiff
path: root/doc/html/pcre2.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/pcre2.html')
-rw-r--r--doc/html/pcre2.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/pcre2.html b/doc/html/pcre2.html
index 2cf5810..07ab8e9 100644
--- a/doc/html/pcre2.html
+++ b/doc/html/pcre2.html
@@ -126,9 +126,9 @@ running redundant checks.
<P>
The use of the \C escape sequence in a UTF-8 or UTF-16 pattern can lead to
problems, because it may leave the current matching point in the middle of a
-multi-code-unit character. The PCRE2_NEVER_BACKSLASH_C option can be used by an
+multi-code-unit character. The PCRE2_NEVER_BACKSLASH_C option can be used by an
application to lock out the use of \C, causing a compile-time error if it is
-encountered. It is also possible to build PCRE2 with the use of \C permanently
+encountered. It is also possible to build PCRE2 with the use of \C permanently
disabled.
</P>
<P>