From 18c33b0cefc3b199bbfe9bfaf209598254a71645 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Thu, 7 Jan 2010 22:46:28 +0000 Subject: [PATCH] Fixed wording (Richard Q.) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293234 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 ce87f3e0c1..c331f6b3ce 100644 --- a/reference/math/functions/round.xml +++ b/reference/math/functions/round.xml @@ -149,7 +149,7 @@ echo round(8.5, 0, PHP_ROUND_HALF_ODD); // 9 5.2.7 The inner workings of round was changed - to confront the C99 standard. + to conform the C99 standard.