[前][次][番号順一覧][スレッド一覧]

ruby-changes:70474

From: BurdetteLamar <ko1@a...>
Date: Fri, 24 Dec 2021 02:30:05 +0900 (JST)
Subject: [ruby-changes:70474] 5888d3030d (master): [ruby/bigdecimal] Enhanced RDoc for bigdecimal.c

https://git.ruby-lang.org/ruby.git/commit/?id=5888d3030d

From 5888d3030d822f8554bb2788fc2e8dd24d3afc65 Mon Sep 17 00:00:00 2001
From: BurdetteLamar <BurdetteLamar@Y...>
Date: Fri, 15 Oct 2021 12:27:26 -0500
Subject: [ruby/bigdecimal] Enhanced RDoc for bigdecimal.c

https://github.com/ruby/bigdecimal/commit/3a35f92f8b
---
 ext/bigdecimal/bigdecimal.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ext/bigdecimal/bigdecimal.c b/ext/bigdecimal/bigdecimal.c
index 22d9c5c01c5..cee74a58808 100644
--- a/ext/bigdecimal/bigdecimal.c
+++ b/ext/bigdecimal/bigdecimal.c
@@ -617,7 +617,7 @@ check_rounding_mode(VALUE const v) https://github.com/ruby/ruby/blob/trunk/ext/bigdecimal/bigdecimal.c#L617
  *  You can use method BigDecimal.save_exception_mode
  *  to temporarily change, and then automatically restore, exception modes.
  *
- *  For clarity, some examples below begins by setting all
+ *  For clarity, some examples below begin by setting all
  *  exception modes to +false+.
  *
  *  This mode controls the way rounding is to be performed:
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]