We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 681cd2d commit 6d69422Copy full SHA for 6d69422
ext/bigdecimal/bigdecimal.c
@@ -292,7 +292,7 @@ BigDecimal_double_fig(VALUE self)
292
/* call-seq:
293
* precs -> array
294
*
295
- * Returns an array of two integer values that represent platform-dependent
+ * Returns an Array of two Integer values that represent platform-dependent
296
* internal storage properties.
297
298
* This method is deprecated and will be removed in the future.
@@ -624,7 +624,8 @@ check_rounding_mode(VALUE const v)
624
625
* Mode \BigDecimal::EXCEPTION_NaN controls behavior
626
* when a \BigDecimal NaN is created.
627
- * Settings"
+ *
628
+ * Settings:
629
630
* - +false+ (default): Returns <tt>BigDecimal('NaN')</tt>.
631
* - +true+: Raises FloatDomainError.
0 commit comments