From 7f138fdd094dc92be9b50e2bfe9bdc4ecf4ef4b3 Mon Sep 17 00:00:00 2001 From: Richard Quadling Date: Fri, 8 Jan 2010 09:28:16 +0000 Subject: [PATCH] Missing word git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293249 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 c331f6b3ce..e20e862883 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 conform the C99 standard. + to conform to the C99 standard.