ruby-changes:59452
From: Marcus <ko1@a...>
Date: Tue, 24 Dec 2019 22:18:19 +0900 (JST)
Subject: [ruby-changes:59452] 05b0410f91 (master): [ruby/irb] Fix typo
https://git.ruby-lang.org/ruby.git/commit/?id=05b0410f91 From 05b0410f91360e15511903580f0401b123f3abce Mon Sep 17 00:00:00 2001 From: Marcus Stollsteimer <sto.mar@w...> Date: Tue, 24 Dec 2019 13:17:00 +0100 Subject: [ruby/irb] Fix typo https://github.com/ruby/irb/commit/4bb1340687 diff --git a/lib/irb.rb b/lib/irb.rb index a907894..bcd6599af 100644 --- a/lib/irb.rb +++ b/lib/irb.rb @@ -131,7 +131,7 @@ require "irb/version" https://github.com/ruby/ruby/blob/trunk/lib/irb.rb#L131 # # 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> -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/