From 1fe31737d826bcc0a875419f5451679ae7ec04eb Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Tue, 26 Nov 2019 01:20:19 -0800 Subject: [PATCH] Slightly fix the warning message [ci skip] I'm not sure, but maybe it was gramatically incorrect? --- lib/irb/context.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/irb/context.rb b/lib/irb/context.rb index 286b9c7fb3..cba2618d25 100644 --- a/lib/irb/context.rb +++ b/lib/irb/context.rb @@ -87,7 +87,7 @@ module IRB 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