Fix typo.
This commit is contained in:
parent
8febd27344
commit
1a01c2ac9d
|
@ -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
|
in a UTF mode, because this would make it impossible to calculate the length of
|
||||||
the lookbehind. Neither the alternative matching function
|
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
|
former gives a match-time error; the latter fails to optimize and so the match
|
||||||
is always run using the interpreter.
|
is always run using the interpreter.
|
||||||
.P
|
.P
|
||||||
|
|
Loading…
Reference in New Issue