Skip to content

Commit f528a00

Browse files
BurdetteLamarmrkn
authored andcommitted
Respond to review
1 parent 4eadcdf commit f528a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/bigdecimal/bigdecimal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ check_rounding_mode(VALUE const v)
737737
* if the neighbors are equidistant, round away from zero.
738738
* Aliased as +:half_up+ and +:default+.
739739
* - +ROUND_HALF_DOWN+: Round toward the nearest neighbor;
740-
* if the neighbors are equidistant, round toward from zero.
740+
* if the neighbors are equidistant, round toward zero.
741741
* Aliased as +:half_down+.
742742
* - +ROUND_HALF_EVEN+ (Banker's rounding): Round toward the nearest neighbor;
743743
* if the neighbors are equidistant, round toward the even neighbor.

0 commit comments

Comments
 (0)