From 9ded108e841773017a27762f7ba6b6a6bd5813ab Mon Sep 17 00:00:00 2001 From: Ryan Selk Date: Fri, 3 Oct 2014 15:31:14 -0600 Subject: fix typo in in define_model_callbacks comment [ci skip] --- activemodel/lib/active_model/callbacks.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activemodel/lib') diff --git a/activemodel/lib/active_model/callbacks.rb b/activemodel/lib/active_model/callbacks.rb index 467028f9e8..b3d70dc515 100644 --- a/activemodel/lib/active_model/callbacks.rb +++ b/activemodel/lib/active_model/callbacks.rb @@ -99,7 +99,7 @@ module ActiveModel # end # # NOTE: +method_name+ passed to `define_model_callbacks` must not end with - # `!`, `?` and `=`. + # `!`, `?` or `=`. def define_model_callbacks(*callbacks) options = callbacks.extract_options! options = { -- cgit v1.2.3