summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorBurdetteLamar <BurdetteLamar@Yahoo.com>2021-11-12 09:14:09 -0600
committerKenta Murata <mrkn@mrkn.jp>2021-12-24 02:28:53 +0900
commit44acab76afc46c9276670a47aa0d2813f6d115e4 (patch)
tree6c61e946277116ef647faca85340ad038a6ccd35 /ext
parent973e50847248816dea856b48a197320a60f3de2b (diff)
[ruby/bigdecimal] Respond to review
https://github.com/ruby/bigdecimal/commit/6d69422e37
Diffstat (limited to 'ext')
-rw-r--r--ext/bigdecimal/bigdecimal.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/bigdecimal/bigdecimal.c b/ext/bigdecimal/bigdecimal.c
index 68cb31d24b..ffa705dada 100644
--- a/ext/bigdecimal/bigdecimal.c
+++ b/ext/bigdecimal/bigdecimal.c
@@ -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.