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

ruby-changes:69941

From: Burdette <ko1@a...>
Date: Fri, 26 Nov 2021 04:14:33 +0900 (JST)
Subject: [ruby-changes:69941] e469ebd7d3 (master): Correct indentation error in numeric.c (#5178)

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

From e469ebd7d35bbb190395378c37f1f1051d243948 Mon Sep 17 00:00:00 2001
From: Burdette Lamar <BurdetteLamar@Y...>
Date: Thu, 25 Nov 2021 13:14:10 -0600
Subject: Correct indentation error in numeric.c (#5178)

---
 numeric.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/numeric.c b/numeric.c
index 518f43d5951..c15131cc1c4 100644
--- a/numeric.c
+++ b/numeric.c
@@ -3468,12 +3468,12 @@ rb_num2ull(VALUE val) https://github.com/ruby/ruby/blob/trunk/numeric.c#L3468
 
 /********************************************************************
  *
- *  Document-class: Integer
+ * Document-class: Integer
  *
- *  An \Integer object represents an integer value.
+ * An \Integer object represents an integer value.
  *
- *  An attempt to add a singleton method to an instance of this class
- *  causes an exception to be raised.
+ * An attempt to add a singleton method to an instance of this class
+ * causes an exception to be raised.
  *
  * == What's Here
  *
-- 
cgit v1.2.1


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

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