samesch         Sun Dec 14 05:47:08 2003 EDT

  Modified files:              
    /phpdoc/en/reference/pcre   constants.xml 
  Log:
  typos...
  
Index: phpdoc/en/reference/pcre/constants.xml
diff -u phpdoc/en/reference/pcre/constants.xml:1.3 
phpdoc/en/reference/pcre/constants.xml:1.4
--- phpdoc/en/reference/pcre/constants.xml:1.3  Wed Oct 22 15:52:45 2003
+++ phpdoc/en/reference/pcre/constants.xml      Sun Dec 14 05:47:07 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <section id="pcre.constants">
  &reftitle.constants;
  &extension.constants;
@@ -35,14 +35,14 @@
      <entry>
       See the description of
       <constant>PREG_SPLIT_OFFSET_CAPTURE</constant>.  This flag is
-      available since <literal>PHP</literal> 4.3.0 .
+      available since <literal>PHP</literal> 4.3.0.
      </entry>
     </row>
     <row>
      <entry>PREG_SPLIT_NO_EMPTY</entry>
      <entry>
-      This flag tells <function>preg_split</function> to only return only
-      non-empty pieces.
+      This flag tells <function>preg_split</function> to return only non-empty
+      pieces.
      </entry>
     </row>
     <row>
@@ -50,7 +50,7 @@
      <entry>
       This flag tells <function>preg_split</function> to capture
       parenthesized expression in the delimiter pattern as well. This flag
-      is available since <literal>PHP</literal> 4.0.5 .
+      is available since <literal>PHP</literal> 4.0.5.
      </entry>
     </row>
     <row>

Reply via email to