summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorydah <13041216+ydah@users.noreply.github.com>2024-01-25 11:27:00 +0900
committergit <svn-admin@ruby-lang.org>2024-01-25 09:58:16 +0000
commit9b1cc68b770145b8ccd1ca10e7604e5f5af32d10 (patch)
tree691438494262bf83c0ff10dc1efacc74f467d641 /lib
parentfd9b968569fc8b7a4cdc3dcad815cd3aab8d7088 (diff)
[ruby/irb] configuation ==> configuration
https://github.com/ruby/irb/commit/a27a511777
Diffstat (limited to 'lib')
-rw-r--r--lib/irb.rb2
1 files changed, 1 insertions, 1 deletions
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
#