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

ruby-changes:59532

From: Nobuyoshi <ko1@a...>
Date: Fri, 27 Dec 2019 17:53:13 +0900 (JST)
Subject: [ruby-changes:59532] bf77fc23e7 (master): Use the more popular word [ci skip]

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

From bf77fc23e7533ef76bbe6fd261e1d75b4418dd73 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Fri, 27 Dec 2019 17:51:24 +0900
Subject: Use the more popular word [ci skip]

[Bug #16437]

diff --git a/object.c b/object.c
index f7bb57c..fc2b452 100644
--- a/object.c
+++ b/object.c
@@ -1630,8 +1630,8 @@ rb_false(VALUE obj) https://github.com/ruby/ruby/blob/trunk/object.c#L1630
  *
  * This method is deprecated.
  *
- * This is not only unuseful but also troublesome because it
- * may hide a type error.
+ * This is not only useless but also troublesome because it may hide a
+ * type error.
  */
 
 static VALUE
-- 
cgit v0.10.2


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

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