From 05b0410f91360e15511903580f0401b123f3abce Mon Sep 17 00:00:00 2001 From: Marcus Stollsteimer Date: Tue, 24 Dec 2019 13:17:00 +0100 Subject: [ruby/irb] Fix typo https://github.com/ruby/irb/commit/4bb1340687 --- lib/irb.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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] = -- cgit v1.2.3