Skip to content

Commit 5952f7b

Browse files
authored
Merge pull request #3 from sudo-barun/patch-1
fix typo
2 parents 62437f6 + 5ace06c commit 5952f7b

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)