[PHP-DOC] cvs: phpdoc /en/functions pcre.xml From: Andrei Zmievski (andrei <email protected>)
Date: 04/30/01

andrei Mon Apr 30 18:04:06 2001 EDT

  Modified files:
    /phpdoc/en/functions pcre.xml
  Log:
  Wrong modifier name.
  
  
Index: phpdoc/en/functions/pcre.xml
diff -u phpdoc/en/functions/pcre.xml:1.48 phpdoc/en/functions/pcre.xml:1.49
--- phpdoc/en/functions/pcre.xml:1.48 Tue Mar 13 04:59:20 2001
+++ phpdoc/en/functions/pcre.xml Mon Apr 30 18:04:06 2001
@@ -712,7 +712,7 @@
           matches only at the start of the string, while the "end of
           line" metacharacter ($) matches only at the end of the
           string, or before a terminating newline (unless
- <emphasis>E</emphasis> modifier is set). This is the same as
+ <emphasis>D</emphasis> modifier is set). This is the same as
           Perl.
          </simpara>
          <simpara>