[Pcre-svn] [1173] code/trunk/doc/pcre2api.3: Fix typo.

Top Page
Delete this message
Author: Subversion repository
Date:  
To: pcre-svn
Subject: [Pcre-svn] [1173] code/trunk/doc/pcre2api.3: Fix typo.
Revision: 1173
          http://www.exim.org/viewvc/pcre2?view=rev&revision=1173
Author:   ph10
Date:     2019-09-26 17:10:30 +0100 (Thu, 26 Sep 2019)
Log Message:
-----------
Fix typo.


Modified Paths:
--------------
    code/trunk/doc/pcre2api.3


Modified: code/trunk/doc/pcre2api.3
===================================================================
--- code/trunk/doc/pcre2api.3    2019-09-17 06:59:45 UTC (rev 1172)
+++ code/trunk/doc/pcre2api.3    2019-09-26 16:10:30 UTC (rev 1173)
@@ -3463,7 +3463,7 @@
 Note that case forcing sequences such as \eU...\eE do not nest. For example,
 the result of processing "\eUaa\eLBB\eEcc\eE" is "AAbbcc"; the final \eE has no
 effect. Note also that the PCRE2_ALT_BSUX and PCRE2_EXTRA_ALT_BSUX options do
-not apply to not apply to replacement strings.
+not apply to replacement strings.
 .P
 The second effect of setting PCRE2_SUBSTITUTE_EXTENDED is to add more
 flexibility to capture group substitution. The syntax is similar to that used