Skip to content

Commit

Permalink
[ruby/bigdecimal] Respond to review
Browse files Browse the repository at this point in the history
  • Loading branch information
BurdetteLamar authored and mrkn committed Dec 23, 2021
1 parent 973e508 commit 44acab7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ext/bigdecimal/bigdecimal.c
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 44acab7

Please sign in to comment.