Fix wrong rounding_mode values

This commit is contained in:
bodendorfer-simplethings
2025-08-15 14:30:41 +02:00
committed by GitHub
parent e05e818761
commit b40934891b
+3 -3
View File
@@ -60,9 +60,9 @@ The list of supported options:
* ``floor``: Floor rounding
* ``down``: Rounding towards zero
* ``up``: Rounding away from zero
* ``half_even``: Round halves to the nearest even integer
* ``half_up``: Round halves up
* ``half_down``: Round halves down
* ``halfeven``: Round halves to the nearest even integer
* ``halfup``: Round halves up
* ``halfdown``: Round halves down
.. code-block:: twig