Fix small typo in comment in lib/irb.c

This commit is contained in:
Andrew Kerr 2020-10-22 13:05:41 -04:00 коммит произвёл Aaron Patterson
Родитель b9193df971
Коммит ef3c25888e
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -400,7 +400,7 @@ module IRB
irb.run(@CONF)
end
# Calls each event hook of <code>IRB.conf[:TA_EXIT]</code> when the current session quits.
# Calls each event hook of <code>IRB.conf[:AT_EXIT]</code> when the current session quits.
def IRB.irb_at_exit
@CONF[:AT_EXIT].each{|hook| hook.call}
end