lib/active_support/callbacks.rb in activesupport-5.2.0.rc1 vs lib/active_support/callbacks.rb in activesupport-5.2.0.rc2

- old
+ new

@@ -747,11 +747,11 @@ # The default terminator halts the chain when a callback throws +:abort+. # # * <tt>:skip_after_callbacks_if_terminated</tt> - Determines if after # callbacks should be terminated by the <tt>:terminator</tt> option. By # default after callbacks are executed no matter if callback chain was - # terminated or not. This option makes sense only when <tt>:terminator</tt> - # option is specified. + # terminated or not. This option has no effect if <tt>:terminator</tt> + # option is set to +nil+. # # * <tt>:scope</tt> - Indicates which methods should be executed when an # object is used as a callback. # # class Audit