We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eadcdf commit f528a00Copy full SHA for f528a00
ext/bigdecimal/bigdecimal.c
@@ -737,7 +737,7 @@ check_rounding_mode(VALUE const v)
737
* if the neighbors are equidistant, round away from zero.
738
* Aliased as +:half_up+ and +:default+.
739
* - +ROUND_HALF_DOWN+: Round toward the nearest neighbor;
740
- * if the neighbors are equidistant, round toward from zero.
+ * if the neighbors are equidistant, round toward zero.
741
* Aliased as +:half_down+.
742
* - +ROUND_HALF_EVEN+ (Banker's rounding): Round toward the nearest neighbor;
743
* if the neighbors are equidistant, round toward the even neighbor.
0 commit comments