Skip to content

Commit bc279ad

Browse files
author
Sébastien FUCHS
committed
[Fixed] [Forms] rounding default const up to down
1 parent dbc5241 commit bc279ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/forms/types/options/rounding_mode.rst.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
rounding_mode
22
~~~~~~~~~~~~~
33

4-
**type**: ``integer`` **default**: ``\NumberFormatter::ROUND_HALFDOWN``
4+
**type**: ``integer`` **default**: ``\NumberFormatter::ROUND_DOWN``
55

66
If a submitted number needs to be rounded (based on the `scale`_ option), you
77
have several configurable options for that rounding. Each option is a constant

0 commit comments

Comments
 (0)