didou Sat Jun 14 10:20:12 2003 EDT
Modified files:
/phpdoc/en/reference/array/functions array.xml
Log:
saturday typos
Index: phpdoc/en/reference/array/functions/array.xml
diff -u phpdoc/en/reference/array/functions/array.xml:1.7
phpdoc/en/reference/array/functions/array.xml:1.8
--- phpdoc/en/reference/array/functions/array.xml:1.7 Fri May 30 14:01:41 2003
+++ phpdoc/en/reference/array/functions/array.xml Sat Jun 14 10:20:12 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.110 -->
<refentry id="function.array">
<refnamediv>
@@ -18,7 +18,7 @@
Returns an array of the parameters. The parameters can be given
an index with the <literal>=></literal> operator. Read the section
on the <link linkend="language.types.array">array type</link> for more
- information on what an array is.
+ informations on what an array is.
</para>
<para>
<note>
@@ -31,7 +31,7 @@
<para>
Syntax "index => values", separated by commas, define index
and values. index may be of type string or numeric. When index is
- omitted, a integer index is automatically generated, starting
+ omitted, an integer index is automatically generated, starting
at 0. If index is an integer, next generated index will
be the biggest integer index + 1. Note that when two identical
index are defined, the last overwrite the first.
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php