lib/active_support/callbacks.rb in activesupport-4.1.0.beta2 vs lib/active_support/callbacks.rb in activesupport-4.1.0.rc1

- old
+ new

@@ -575,10 +575,10 @@ # set_callback :save, :before_meth # # The callback can be specified as a symbol naming an instance method; as a # proc, lambda, or block; as a string to be instance evaluated; or as an # object that responds to a certain method determined by the <tt>:scope</tt> - # argument to +define_callback+. + # argument to +define_callbacks+. # # If a proc, lambda, or block is given, its body is evaluated in the context # of the current object. It can also optionally accept the current object as # an argument. #