diff options
author | Robin Dupret <robin.dupret@gmail.com> | 2014-06-29 20:14:40 +0200 |
---|---|---|
committer | Robin Dupret <robin.dupret@gmail.com> | 2014-06-29 20:15:28 +0200 |
commit | 9ca0f8da2abe735c57eacd9b687ee7c3fae3685d (patch) | |
tree | 52765442c0295fde5249b2ea1032dc0757a51e92 /activesupport | |
parent | d93ae4fca82ddd454d7e3ed4f109e37eb3b5686c (diff) | |
download | rails-9ca0f8da2abe735c57eacd9b687ee7c3fae3685d.tar.gz rails-9ca0f8da2abe735c57eacd9b687ee7c3fae3685d.tar.bz2 rails-9ca0f8da2abe735c57eacd9b687ee7c3fae3685d.zip |
Tiny documentation fixes [ci skip]
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/lib/active_support/callbacks.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/callbacks.rb b/activesupport/lib/active_support/callbacks.rb index e5dbe214b4..876033c193 100644 --- a/activesupport/lib/active_support/callbacks.rb +++ b/activesupport/lib/active_support/callbacks.rb @@ -71,7 +71,7 @@ module ActiveSupport # order. # # If the callback chain was halted, returns +false+. Otherwise returns the - # result of the block, nil if no callbacks have been set, or +true+ + # result of the block, +nil+ if no callbacks have been set, or +true+ # if callbacks have been set but no block is given. # # run_callbacks :save do |