diff options
| author | ydah <13041216+ydah@users.noreply.github.com> | 2024-01-25 11:27:00 +0900 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2024-01-25 09:58:16 +0000 |
| commit | 9b1cc68b770145b8ccd1ca10e7604e5f5af32d10 (patch) | |
| tree | 691438494262bf83c0ff10dc1efacc74f467d641 /lib | |
| parent | fd9b968569fc8b7a4cdc3dcad815cd3aab8d7088 (diff) | |
[ruby/irb] configuation ==> configuration
https://github.com/ruby/irb/commit/a27a511777
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/irb.rb | 2 |
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 # |
