From 1a01c2ac9da1d1b4e42bcbe16c513f3768f39590 Mon Sep 17 00:00:00 2001 From: "Philip.Hazel" Date: Sat, 30 Jan 2016 10:08:18 +0000 Subject: [PATCH] Fix typo. --- doc/pcre2pattern.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/pcre2pattern.3 b/doc/pcre2pattern.3 index 8d0e9df..6211e1a 100644 --- a/doc/pcre2pattern.3 +++ b/doc/pcre2pattern.3 @@ -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