From 9b1cc68b770145b8ccd1ca10e7604e5f5af32d10 Mon Sep 17 00:00:00 2001 From: ydah <13041216+ydah@users.noreply.github.com> Date: Thu, 25 Jan 2024 11:27:00 +0900 Subject: [PATCH] [ruby/irb] configuation ==> configuration https://github.com/ruby/irb/commit/a27a511777 --- lib/irb.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/irb.rb b/lib/irb.rb index 5ced3d98a9..48879a57d2 100644 --- a/lib/irb.rb +++ b/lib/irb.rb @@ -413,7 +413,7 @@ require_relative "irb/pager" # # By default, \IRB prefixes a newline to a multiline response. # -# You can change the initial default value by adding to the configuation file: +# You can change the initial default value by adding to the configuration file: # # IRB.conf[:NEWLINE_BEFORE_MULTILINE_OUTPUT] = false #