sander          Tue Feb 26 13:19:54 2002 EDT

  Modified files:              
    /phpdoc/en/functions        array.xml 
  Log:
  Fixed minor typo.
  
  
  
Index: phpdoc/en/functions/array.xml
diff -u phpdoc/en/functions/array.xml:1.159 phpdoc/en/functions/array.xml:1.160
--- phpdoc/en/functions/array.xml:1.159 Sat Feb  9 18:14:38 2002
+++ phpdoc/en/functions/array.xml       Tue Feb 26 13:19:53 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.159 $ -->
+<!-- $Revision: 1.160 $ -->
  <reference id="ref.array">
   <title>Array Functions</title>
   <titleabbrev>Arrays</titleabbrev>
@@ -2782,7 +2782,7 @@
     </para>
     <para>
      If the third parameter <parameter>strict</parameter> is set to
-     &true; then the <function>in_array</function>
+     &true; then the <function>in_array</function> function
      will also check the <link linkend="language.types">types</link> of
      the <parameter>needle</parameter> in the <parameter>haystack</parameter>.
     </para>


Reply via email to