aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorSantosh Wadghule <santosh.wadghule@gmail.com>2018-05-28 16:50:59 +0530
committerSantosh Wadghule <santosh.wadghule@gmail.com>2018-05-28 16:50:59 +0530
commit53334ab776b27c541dfd475914fd0e13d4f88f8d (patch)
tree400aa8c4be71896ae52a7c6b35b13926215c7ba0 /activerecord
parent36390b6bdc75fca70e7a9d74c6270e3f40e77799 (diff)
downloadrails-53334ab776b27c541dfd475914fd0e13d4f88f8d.tar.gz
rails-53334ab776b27c541dfd475914fd0e13d4f88f8d.tar.bz2
rails-53334ab776b27c541dfd475914fd0e13d4f88f8d.zip
Fix sentence [ci skip]
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/lib/active_record/callbacks.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/callbacks.rb b/activerecord/lib/active_record/callbacks.rb
index 0a29c5134e..b6852bfc71 100644
--- a/activerecord/lib/active_record/callbacks.rb
+++ b/activerecord/lib/active_record/callbacks.rb
@@ -128,7 +128,7 @@ module ActiveRecord
# end
# end
#
- # So you specify the object you want messaged on a given callback. When that callback is triggered, the object has
+ # So you specify the object you want to be messaged on a given callback. When that callback is triggered, the object has
# a method by the name of the callback messaged. You can make these callbacks more flexible by passing in other
# initialization data such as the name of the attribute to work with:
#