ruby-changes:63418
From: Andrew <ko1@a...>
Date: Fri, 23 Oct 2020 02:56:54 +0900 (JST)
Subject: [ruby-changes:63418] ef3c25888e (master): Fix small typo in comment in lib/irb.c
https://git.ruby-lang.org/ruby.git/commit/?id=ef3c25888e From ef3c25888e5e02c91c81db97612a96aa5b881e08 Mon Sep 17 00:00:00 2001 From: Andrew Kerr <andrew.kerr@s...> Date: Thu, 22 Oct 2020 13:05:41 -0400 Subject: Fix small typo in comment in lib/irb.c diff --git a/lib/irb.rb b/lib/irb.rb index bdf14f4..2b3c85a 100644 --- a/lib/irb.rb +++ b/lib/irb.rb @@ -400,7 +400,7 @@ module IRB https://github.com/ruby/ruby/blob/trunk/lib/irb.rb#L400 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 -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/