1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/irb] Fix typo

https://github.com/ruby/irb/commit/4bb1340687
This commit is contained in:
Marcus Stollsteimer 2019-12-24 13:17:00 +01:00 committed by aycabta
parent 54083fd41b
commit 05b0410f91

View file

@ -131,7 +131,7 @@ require "irb/version"
#
# See IRB::Context#save_history= for more information.
#
# The history of _resuls_ of commands evaluated is not stored by default,
# The history of _results_ of commands evaluated is not stored by default,
# but can be turned on to be stored with this +.irbrc+ setting:
#
# IRB.conf[:EVAL_HISTORY] = <number>