Security update for Core, with self-updated composer
[yaffs-website] / vendor / twig / twig / doc / filters / number_format.rst
index c5425ea7200bfda5f5f395af251b38348d4214ec..f9d6705e72b5425534b4d14bb402f6fcd106cc7a 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: