aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2016-06-03 14:00:47 +0000
committerVijay Dev <vijaydev.cse@gmail.com>2016-06-03 14:00:47 +0000
commit4e85538dddf47877cacc65cea6c050e349af0405 (patch)
tree302517b50aa4eb1fbccf520b752dffda68807c1a /activesupport
parent082a5158251c6578714132e5c4f71bd39f462d71 (diff)
parentcf2158cbbf12a3a00c780ef5136f11b77c566713 (diff)
downloadrails-4e85538dddf47877cacc65cea6c050e349af0405.tar.gz
rails-4e85538dddf47877cacc65cea6c050e349af0405.tar.bz2
rails-4e85538dddf47877cacc65cea6c050e349af0405.zip
Merge branch 'master' of github.com:rails/docrails
Conflicts: guides/source/action_cable_overview.md
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/deprecation/behaviors.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/deprecation/behaviors.rb b/activesupport/lib/active_support/deprecation/behaviors.rb
index dc24e2d0e1..35a9e5f8b8 100644
--- a/activesupport/lib/active_support/deprecation/behaviors.rb
+++ b/activesupport/lib/active_support/deprecation/behaviors.rb
@@ -2,7 +2,7 @@ require "active_support/notifications"
module ActiveSupport
# Raised when <tt>ActiveSupport::Deprecation::Behavior#behavior</tt> is set with <tt>:raise</tt>.
- # You would set <tt>:raise</tt>, as a behaviour to raise errors and proactively report exceptions from deprecations.
+ # You would set <tt>:raise</tt>, as a behavior to raise errors and proactively report exceptions from deprecations.
class DeprecationException < StandardError
end