mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Slightly fix the warning message [ci skip]
I'm not sure, but maybe it was gramatically incorrect?
This commit is contained in:
parent
958641d991
commit
1fe31737d8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue