From df75789a085bed2bb86bff63fb2adb32f10f5a03 Mon Sep 17 00:00:00 2001 From: Simone Cortesi Date: Thu, 15 Nov 2001 09:38:47 +0000 Subject: [PATCH] added missing colon git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62479 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/math.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/math.xml b/functions/math.xml index 857ce2a85d..d6c50dbf7e 100644 --- a/functions/math.xml +++ b/functions/math.xml @@ -1,5 +1,5 @@ - + Mathematical Functions Math @@ -937,7 +937,7 @@ $randval = mt_rand(); See also mt_rand, - mt_srand rand, + mt_srand, rand, srand, and getrandmax.