[ruby/bigdecimal] Respond to review

https://github.com/ruby/bigdecimal/commit/f528a0006e
This commit is contained in:
BurdetteLamar 2021-11-12 09:52:10 -06:00 коммит произвёл Kenta Murata
Родитель ed8ec5dcb3
Коммит ed7f4c24d7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: CEFE8AFB6081B062
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -737,7 +737,7 @@ check_rounding_mode(VALUE const v)
* if the neighbors are equidistant, round away from zero.
* Aliased as +:half_up+ and +:default+.
* - +ROUND_HALF_DOWN+: Round toward the nearest neighbor;
* if the neighbors are equidistant, round toward from zero.
* if the neighbors are equidistant, round toward zero.
* Aliased as +:half_down+.
* - +ROUND_HALF_EVEN+ (Banker's rounding): Round toward the nearest neighbor;
* if the neighbors are equidistant, round toward the even neighbor.