summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Kerr <andrew.kerr@shopify.com>2020-10-22 13:05:41 -0400
committerAaron Patterson <aaron.patterson@gmail.com>2020-10-22 10:56:35 -0700
commitef3c25888e5e02c91c81db97612a96aa5b881e08 (patch)
tree9c3c67b17f3000f86daec358345d4967d0ca14e3
parentb9193df97193b3bf6163b199a885adc12a902f7c (diff)
Fix small typo in comment in lib/irb.c
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3688
-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