Fix typo.

This commit is contained in:
Philip.Hazel 2016-01-30 10:08:18 +00:00
parent 8febd27344
commit 1a01c2ac9d
1 changed files with 1 additions and 1 deletions

View File

@ -1258,7 +1258,7 @@ PCRE2 does not allow \eC to appear in lookbehind assertions
.\"
in a UTF mode, because this would make it impossible to calculate the length of
the lookbehind. Neither the alternative matching function
\fBpcre2_dfa_match()\fP not the JIT optimizer support \eC in a UTF mode. The
\fBpcre2_dfa_match()\fP nor the JIT optimizer support \eC in a UTF mode. The
former gives a match-time error; the latter fails to optimize and so the match
is always run using the interpreter.
.P