Sfoglia il codice sorgente

[DOCUMENTATION]typo from script to strict and add comma/period.

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@17894 44c647ce-9c0f-0410-b52a-842ac1e357ba
yoshida@zend.co.jp 16 anni fa
parent
commit
a010c14ed0

+ 2 - 2
documentation/manual/en/module_specs/Zend_Validate-InArray.xml

@@ -85,8 +85,8 @@ if ($validator->isValid('value')) {
 ]]></programlisting>
 
         <para>
-            The <emphasis>haystack</emphasis> key contains your array to validate against, and by
-            setting the <emphasis>script</emphasis> key to <constant>TRUE</constant> the validation
+            The <emphasis>haystack</emphasis> key contains your array to validate against. And by
+            setting the <emphasis>strict</emphasis> key to <constant>TRUE</constant>, the validation
             is done by using a strict type check.
         </para>