aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Stollsteimer <sto.mar@web.de>2019-12-24 13:17:00 +0100
committeraycabta <aycabta@gmail.com>2019-12-24 21:22:46 +0900
commit05b0410f91360e15511903580f0401b123f3abce (patch)
treea443c3da32701f1a7295650ccd5fcf272d72f1dd
parent54083fd41bf876b42e1a97acdc7574c8edbb87ed (diff)
downloadruby-05b0410f91360e15511903580f0401b123f3abce.tar.gz
[ruby/irb] Fix typo
https://github.com/ruby/irb/commit/4bb1340687
-rw-r--r--lib/irb.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/irb.rb b/lib/irb.rb
index a907894fe2..bcd6599af9 100644
--- a/lib/irb.rb
+++ b/lib/irb.rb
@@ -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>