From 8dba9f7de96f8b94f0d45aec4a3f0691d12547c7 Mon Sep 17 00:00:00 2001 From: Mark Wiesemann Date: Tue, 21 Dec 2010 22:22:45 +0000 Subject: [PATCH] fixed example title ("mode" isn't a function, but a parameter) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@306562 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/math/functions/round.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/math/functions/round.xml b/reference/math/functions/round.xml index 58163f7e28..e9743a9203 100644 --- a/reference/math/functions/round.xml +++ b/reference/math/functions/round.xml @@ -108,7 +108,7 @@ echo round(5.055, 2); // 5.06 - <function>mode</function> examples + <parameter>mode</parameter> examples