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

ruby-changes:58914

From: Takashi <ko1@a...>
Date: Tue, 26 Nov 2019 18:21:11 +0900 (JST)
Subject: [ruby-changes:58914] 1fe31737d8 (master): Slightly fix the warning message [ci skip]

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

From 1fe31737d826bcc0a875419f5451679ae7ec04eb Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
Date: Tue, 26 Nov 2019 01:20:19 -0800
Subject: Slightly fix the warning message [ci skip]

I'm not sure, but maybe it was gramatically incorrect?

diff --git a/lib/irb/context.rb b/lib/irb/context.rb
index 286b9c7..cba2618 100644
--- a/lib/irb/context.rb
+++ b/lib/irb/context.rb
@@ -87,7 +87,7 @@ module IRB https://github.com/ruby/ruby/blob/trunk/lib/irb/context.rb#L87
               This version of IRB is drastically different from the previous version.
               If you hit any issues, you can use "irb --legacy" to run the old version.
               If you want to just erase this message, please use "irb --multiline" or
-              add `IRB.conf[:USE_MULTILINE] = true` in your ~/.irbrc file.
+              add `IRB.conf[:USE_MULTILINE] = true` to your ~/.irbrc file.
             EOM
             @io = ReidlineInputMethod.new
           else
-- 
cgit v0.10.2


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

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