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

ruby-changes:73082

From: Takashi <ko1@a...>
Date: Sun, 28 Aug 2022 06:48:36 +0900 (JST)
Subject: [ruby-changes:73082] 83375f47e1 (master): Avoid leaving a period alone [ci skip]

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

From 83375f47e111a254e523ba462364390937eeef07 Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
Date: Sat, 27 Aug 2022 14:48:10 -0700
Subject: Avoid leaving a period alone [ci skip]

---
 include/ruby/internal/arithmetic.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/ruby/internal/arithmetic.h b/include/ruby/internal/arithmetic.h
index 437a141d2a..7ebb4a86f1 100644
--- a/include/ruby/internal/arithmetic.h
+++ b/include/ruby/internal/arithmetic.h
@@ -18,8 +18,8 @@ https://github.com/ruby/ruby/blob/trunk/include/ruby/internal/arithmetic.h#L18
  *             Do not  expect for  instance `__VA_ARGS__` is  always available.
  *             We assume C99  for ruby itself but we don't  assume languages of
  *             extension libraries.  They could be written in C++98.
- * @brief      Conversion between C's arithmetic types and Ruby's numeric types
- *             .
+ * @brief      Conversion  between  C's arithmetic  types  and  Ruby's  numeric
+ *             types.
  */
 #include "ruby/internal/arithmetic/char.h"
 #include "ruby/internal/arithmetic/double.h"
-- 
cgit v1.2.1


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

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