summaryrefslogtreecommitdiff
path: root/doc/html/pcreapi.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/pcreapi.html')
-rw-r--r--doc/html/pcreapi.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/pcreapi.html b/doc/html/pcreapi.html
index 34fa096..2a00d9b 100644
--- a/doc/html/pcreapi.html
+++ b/doc/html/pcreapi.html
@@ -1995,7 +1995,7 @@ If <i>startoffset</i> is negative or greater than the length of the subject,
<b>pcre_exec()</b> returns PCRE_ERROR_BADOFFSET. When the starting offset is
zero, the search for a match starts at the beginning of the subject, and this
is by far the most common case. In UTF-8 or UTF-16 mode, the offset must point
-to the start of a character, or the end of the subject (in UTF-32 mode, one
+to the start of a character, or the end of the subject (in UTF-32 mode, one
data unit equals one character, so all offsets are valid). Unlike the pattern
string, the subject may contain binary zeroes.
</P>