jon             Fri Mar  8 02:05:05 2002 EDT

  Modified files:              
    /phpdoc/en/functions        pcre.xml 
  Log:
  This should be a comma, not a semi-colon.
  
  
Index: phpdoc/en/functions/pcre.xml
diff -u phpdoc/en/functions/pcre.xml:1.73 phpdoc/en/functions/pcre.xml:1.74
--- phpdoc/en/functions/pcre.xml:1.73   Sat Feb  2 10:36:06 2002
+++ phpdoc/en/functions/pcre.xml        Fri Mar  8 02:05:05 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.73 $ -->
+<!-- $Revision: 1.74 $ -->
 <reference id="ref.pcre">
   <title>Regular Expression Functions (Perl-Compatible)</title>
   <titleabbrev>PCRE</titleabbrev>   
@@ -379,7 +379,7 @@
      <parameter>replacement</parameter> has fewer values than
      <parameter>pattern</parameter>, then empty string is used for the
      rest of replacement values.  If <parameter>pattern </parameter>
-     is an array and <parameter>replacement</parameter> is a string;
+     is an array and <parameter>replacement</parameter> is a string,
      then this replacement string is used for every value of
      <parameter>pattern</parameter>.  The converse would not make
      sense, though.


Reply via email to