Browse Source

[MANUAL] English:

- some fixes

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@21554 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas 16 years ago
parent
commit
eab8b2c815
1 changed files with 2 additions and 2 deletions
  1. 2 2
      documentation/manual/en/module_specs/Zend_Validate-Between.xml

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

@@ -35,14 +35,14 @@
 
 
             <listitem>
             <listitem>
                 <para>
                 <para>
-                    <emphasis><property>min</property></emphasis>: Sets the minimum border for the
+                    <emphasis><property>max</property></emphasis>: Sets the maximum border for the
                     validation.
                     validation.
                 </para>
                 </para>
             </listitem>
             </listitem>
 
 
             <listitem>
             <listitem>
                 <para>
                 <para>
-                    <emphasis><property>max</property></emphasis>: Sets the maximum border for the
+                    <emphasis><property>min</property></emphasis>: Sets the minimum border for the
                     validation.
                     validation.
                 </para>
                 </para>
             </listitem>
             </listitem>