[PHP-DOC] cvs: phpdoc /en/functions math.xml From: Ron Chmara (ron <email protected>)
Date: 08/26/00

ronabop Sat Aug 26 00:26:26 2000 EDT

  Modified files:
    /phpdoc/en/functions math.xml
  Log:
  "und" != "and" (typo)
  
Index: phpdoc/en/functions/math.xml
diff -u phpdoc/en/functions/math.xml:1.12 phpdoc/en/functions/math.xml:1.13
--- phpdoc/en/functions/math.xml:1.12 Thu Aug 24 20:16:54 2000
+++ phpdoc/en/functions/math.xml Sat Aug 26 00:26:25 2000
@@ -714,7 +714,7 @@
       <parameter>max</parameter> was <parameter>range</parameter>. To
       get the same results in these versions the short example should
       be <literal>mt_rand (5, 11)</literal> to get a random number
- between 5 und 15.
+ between 5 and 15.
      </para>
     </note>
     <simpara>
@@ -942,7 +942,7 @@
      returns a pseudo-random value between 0 and
      <constant>RAND_MAX</constant>. If you want a random number
      between 5 and 15 (inclusive), for example, use <literal>rand (5,
- 15)</literal>.
+ 15)</literal>.
     </simpara>
     <simpara>
      Remember to seed the random number generator before use with
@@ -954,7 +954,7 @@
       <parameter>max</parameter> was <parameter>range</parameter>. To
       get the same results in these versions the short example should
       be <literal>rand (5, 11)</literal> to get a random number
- between 5 und 15.
+ between 5 and 15.
      </para>
     </note>
     <simpara>