From 488b451a069d39c6dd319a5cf4bc858fbd0a56c9 Mon Sep 17 00:00:00 2001 From: Dave Barr Date: Wed, 11 Aug 2004 01:52:42 +0000 Subject: [PATCH] - Fix wording. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165991 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/sprintf.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/reference/strings/functions/sprintf.xml b/reference/strings/functions/sprintf.xml index 3a29d12389..b5d41b113f 100644 --- a/reference/strings/functions/sprintf.xml +++ b/reference/strings/functions/sprintf.xml @@ -1,5 +1,5 @@ - + @@ -35,9 +35,8 @@ An optional sign specifier that forces a sign (- or +) to be used on a number. By default, only the - sign is used - on a number if it's negative. This modifier forces positive numbers - to have the + sign attached as well. This specifier was added in - PHP 4.3.0. + on a number if it's negative. This specifier forces positive numbers + to have the + sign attached as well, and was added in PHP 4.3.0.