dave Tue Aug 10 21:52:42 2004 EDT
Modified files:
/phpdoc/en/reference/strings/functions sprintf.xml
Log:
- Fix wording.
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/sprintf.xml?r1=1.13&r2=1.14&ty=u
Index: phpdoc/en/reference/strings/functions/sprintf.xml
diff -u phpdoc/en/reference/strings/functions/sprintf.xml:1.13
phpdoc/en/reference/strings/functions/sprintf.xml:1.14
--- phpdoc/en/reference/strings/functions/sprintf.xml:1.13 Tue Aug 10 21:50:46
2004
+++ phpdoc/en/reference/strings/functions/sprintf.xml Tue Aug 10 21:52:42 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.13 $ -->
+<!-- $Revision: 1.14 $ -->
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
<refentry id="function.sprintf">
<refnamediv>
@@ -35,9 +35,8 @@
<simpara>
An optional <emphasis>sign specifier</emphasis> 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.
</simpara>
</listitem>
<listitem>