cvs: phpdoc-da /reference/strings/functions number-format.xml

[email protected] ("Hannes Magnusson") Sun, 25 Nov 2007 18:29:50 -0000
Newsgroups php.doc.da
Message-ID <cvsbjori1196015390@cvsserver>
bjori		Sun Nov 25 18:29:50 2007 UTC

  Modified files:              
    /phpdoc-da/reference/strings/functions	number-format.xml 
  Log:
  Fixed typo in comment (bug#43172)
  
  
http://cvs.php.net/viewvc.cgi/phpdoc-da/reference/strings/functions/number-format.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc-da/reference/strings/functions/number-format.xml
diff -u phpdoc-da/reference/strings/functions/number-format.xml:1.4 phpdoc-da/reference/strings/functions/number-format.xml:1.5
--- phpdoc-da/reference/strings/functions/number-format.xml:1.4	Sat Jun 23 13:20:56 2007
+++ phpdoc-da/reference/strings/functions/number-format.xml	Sun Nov 25 18:29:50 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- EN-Revision: 1.7 Maintainer: holst Status: ready -->
   <refentry xml:id="function.number-format" xmlns="http://docbook.org/ns/docbook">
    <refnamediv>
@@ -64,7 +64,7 @@
 
 // Dansk tegnsystem
 $dansk_formateret_tal = number_format($tal, 2, ',', '.');
-// 1 234,56
+// 1.234,56
 
 $tal = 1234.5678;