[ruby/irb] configuation ==> configuration

https://github.com/ruby/irb/commit/a27a511777
This commit is contained in:
ydah 2024-01-25 11:27:00 +09:00 коммит произвёл git
Родитель fd9b968569
Коммит 9b1cc68b77
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -413,7 +413,7 @@ require_relative "irb/pager"
# #
# By default, \IRB prefixes a newline to a multiline response. # 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 # IRB.conf[:NEWLINE_BEFORE_MULTILINE_OUTPUT] = false
# #