irchtml         Thu Apr  8 11:09:35 2004 EDT

  Modified files:              
    /phpdoc/en/reference/math/functions rand.xml 
  Log:
  typo
  
http://cvs.php.net/diff.php/phpdoc/en/reference/math/functions/rand.xml?r1=1.13&r2=1.14&ty=u
Index: phpdoc/en/reference/math/functions/rand.xml
diff -u phpdoc/en/reference/math/functions/rand.xml:1.13 
phpdoc/en/reference/math/functions/rand.xml:1.14
--- phpdoc/en/reference/math/functions/rand.xml:1.13    Thu Apr  8 11:06:22 2004
+++ phpdoc/en/reference/math/functions/rand.xml Thu Apr  8 11:09:35 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.13 $ -->
+<!-- $Revision: 1.14 $ -->
 <!-- splitted from ./en/functions/math.xml, last change in rev 1.2 -->
   <refentry id="function.rand">
    <refnamediv>
@@ -51,7 +51,7 @@
       On some platforms (such as Windows) <constant>RAND_MAX</constant>
       is only 32768.  If you require a range larger than 32768, specifying
       <parameter>min</parameter> and <parameter>max</parameter> will allow
-      you to create a larger range than RAND_MAX, or consider using
+      you to create a range larger than RAND_MAX, or consider using
       <function>mt_rand</function> instead.
      </simpara>
     </note>

Reply via email to