Fixed a typo.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313819 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Shein Alexey 2011-07-28 09:41:03 +00:00
parent ab468bab4d
commit 79b017e888

View file

@ -108,7 +108,7 @@
This function now supports multiple bytes in
<parameter>dec_point</parameter> and
<parameter>thousands_sep</parameter>. Only the first byte of each
seperator was used in older versions.
separator was used in older versions.
</entry>
</row>
</tbody>
@ -143,7 +143,7 @@ $nombre_format_francais = number_format($number, 2, ',', ' ');
$number = 1234.5678;
// english notation without thousands seperator
// english notation without thousands separator
$english_format_number = number_format($number, 2, '.', '');
// 1234.57