summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/irb.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/irb.rb b/lib/irb.rb
index bdf14f4170..2b3c85a348 100644
--- a/lib/irb.rb
+++ b/lib/irb.rb
@@ -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