Skip to content

Commit 6d69422

Browse files
BurdetteLamarmrkn
authored andcommitted
Respond to review
1 parent 681cd2d commit 6d69422

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ext/bigdecimal/bigdecimal.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ BigDecimal_double_fig(VALUE self)
292292
/* call-seq:
293293
* precs -> array
294294
*
295-
* Returns an array of two integer values that represent platform-dependent
295+
* Returns an Array of two Integer values that represent platform-dependent
296296
* internal storage properties.
297297
*
298298
* This method is deprecated and will be removed in the future.
@@ -624,7 +624,8 @@ check_rounding_mode(VALUE const v)
624624
*
625625
* Mode \BigDecimal::EXCEPTION_NaN controls behavior
626626
* when a \BigDecimal NaN is created.
627-
* Settings"
627+
*
628+
* Settings:
628629
*
629630
* - +false+ (default): Returns <tt>BigDecimal('NaN')</tt>.
630631
* - +true+: Raises FloatDomainError.

0 commit comments

Comments
 (0)