jmcastagnetto           Fri Mar 16 22:14:56 2001 EDT

  Modified files:              
    /phpdoc/en/functions        array.xml 
  Log:
  fixed element typos
  
  
Index: phpdoc/en/functions/array.xml
diff -u phpdoc/en/functions/array.xml:1.60 phpdoc/en/functions/array.xml:1.61
--- phpdoc/en/functions/array.xml:1.60  Fri Mar 16 21:29:09 2001
+++ phpdoc/en/functions/array.xml       Fri Mar 16 22:14:56 2001
@@ -615,7 +615,7 @@
      <function>Array_pop</function> pops and returns the last value of
      the <parameter>array</parameter>, shortening the
      <parameter>array</parameter> by one element. 
-     If <param>array</param> is empty (or is not an array), 
+     If <parameter>array</parameter> is empty (or is not an array), 
      <varname>NULL</varname> will be returned.
     </para>
     <para>
@@ -810,7 +810,7 @@
      <parameter>array</parameter> off and returns it, shortening the
      <parameter>array</parameter> by one element and moving everything
      down.
-     If <param>array</param> is empty (or is not an array), 
+     If <parameter>array</parameter> is empty (or is not an array), 
      <varname>NULL</varname> will be returned.
     </para>
     <para>


Reply via email to