samesch Wed Mar 17 04:10:21 2004 EDT
Modified files:
/phpdoc/en/reference/pcre constants.xml
Log:
typos... (hope it's not worse now ;-)
http://cvs.php.net/diff.php/phpdoc/en/reference/pcre/constants.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/pcre/constants.xml
diff -u phpdoc/en/reference/pcre/constants.xml:1.6
phpdoc/en/reference/pcre/constants.xml:1.7
--- phpdoc/en/reference/pcre/constants.xml:1.6 Sat Feb 28 10:13:40 2004
+++ phpdoc/en/reference/pcre/constants.xml Wed Mar 17 04:10:20 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<section id="pcre.constants">
&reftitle.constants;
&extension.constants;
@@ -58,8 +58,8 @@
<entry>
If this flag is set, for every occurring match the appendant string
offset will also be returned. Note that this changes the return
- value in an array where very element is an array consisting of the
- matched string at offset 0 and its string offset into subject at
+ values in an array where every element is an array consisting of the
+ matched string at offset 0 and its string offset within subject at
offset 1. This flag is available since <literal>PHP</literal> 4.3.0
and is only used for <function>preg_split</function>.
</entry>