1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix small typo in comment in lib/irb.c

This commit is contained in:
Andrew Kerr 2020-10-22 13:05:41 -04:00 committed by Aaron Patterson
parent b9193df971
commit ef3c25888e
Notes: git 2020-10-23 02:56:59 +09:00

View file

@ -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