Skip to content

Commit 5ace06c

Browse files
authored
fix typo
1 parent 01f6f10 commit 5ace06c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/rounding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The reason for this default is **to prevent biasing the average** upwards or dow
1212
The default rounding mode can not be changed because it affects how values are reduced to a precision.
1313
With a fixed internal rounding mode, an input value will always result in the same decimal value for a given precision,
1414
regardless of the environment. However, some methods allow you to provide a rounding mode, which can be any of the following constants:
15-
- `Decimal::ROUND_UP` (away from from)
15+
- `Decimal::ROUND_UP` (away from zero)
1616
- `Decimal::ROUND_DOWN` (towards zero)
1717
- `Decimal::ROUND_CEILING` (towards positive infinity)
1818
- `Decimal::ROUND_FLOOR` (towards negative infinity)

0 commit comments

Comments
 (0)