Added the Search API Synonym module to deal specifically with licence and license...
[yaffs-website] / vendor / twig / twig / doc / filters / number_format.rst
index c5425ea7200bfda5f5f395af251b38348d4214ec..4db1ec938fec088fa8095a3605f1bcf90a0800f0 100644 (file)
@@ -24,7 +24,7 @@ Twig's :ref:`precedence of operators <twig-expressions>`:
 .. code-block:: jinja
 
     {{ -9800.333|number_format(2, '.', ',') }} {# outputs : -9 #}
-    {{ (-9800.333)|number_format(2, '.', ',') }} {# outputs : -9.800,33 #}
+    {{ (-9800.333)|number_format(2, '.', ',') }} {# outputs : -9,800.33 #}
 
 If no formatting options are provided then Twig will use the default formatting
 options of:
@@ -53,4 +53,4 @@ Arguments
 * ``decimal_point``: The character(s) to use for the decimal point
 * ``thousand_sep``:   The character(s) to use for the thousands separator
 
-.. _`number_format`: http://php.net/number_format
+.. _`number_format`: https://secure.php.net/number_format