diff options
author | Takashi Kokubun <[email protected]> | 2019-11-26 01:20:19 -0800 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2019-11-26 01:20:29 -0800 |
commit | 1fe31737d826bcc0a875419f5451679ae7ec04eb (patch) | |
tree | d2ba14a44ad91d5d071541573e1298c68a2bc34c /lib/irb/context.rb | |
parent | 958641d9919f19a1e37c633e9dc44d2986904628 (diff) |
Slightly fix the warning message [ci skip]
I'm not sure, but maybe it was gramatically incorrect?
Diffstat (limited to 'lib/irb/context.rb')
-rw-r--r-- | lib/irb/context.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |