[ruby/bigdecimal] Respond to review

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

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

@ -292,7 +292,7 @@ BigDecimal_double_fig(VALUE self)
/* call-seq:
* precs -> array
*
* Returns an array of two integer values that represent platform-dependent
* Returns an Array of two Integer values that represent platform-dependent
* internal storage properties.
*
* This method is deprecated and will be removed in the future.
@ -624,7 +624,8 @@ check_rounding_mode(VALUE const v)
*
* Mode \BigDecimal::EXCEPTION_NaN controls behavior
* when a \BigDecimal NaN is created.
* Settings"
*
* Settings:
*
* - +false+ (default): Returns <tt>BigDecimal('NaN')</tt>.
* - +true+: Raises FloatDomainError.