diff options
author | Prathamesh Sonpatki <csonpatki@gmail.com> | 2016-01-30 12:02:21 +0530 |
---|---|---|
committer | Prathamesh Sonpatki <csonpatki@gmail.com> | 2016-01-30 12:02:21 +0530 |
commit | b0ea06b3dbf6200b4728d9cf1a3a47251c96b78d (patch) | |
tree | 9d79244be91a48c515271787f2f6895a6c8b14d6 /activesupport/lib/active_support/deprecation | |
parent | eba55447f092dfa99dc813dc7ea21cee9c26b85c (diff) | |
download | rails-b0ea06b3dbf6200b4728d9cf1a3a47251c96b78d.tar.gz rails-b0ea06b3dbf6200b4728d9cf1a3a47251c96b78d.tar.bz2 rails-b0ea06b3dbf6200b4728d9cf1a3a47251c96b78d.zip |
[ci skip] Fix one more typo
- Followup of https://github.com/rails/docrails/commit/10bc49710b7205a6172c3e072b3c77114fefd952
Diffstat (limited to 'activesupport/lib/active_support/deprecation')
-rw-r--r-- | activesupport/lib/active_support/deprecation/proxy_wrappers.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/deprecation/proxy_wrappers.rb b/activesupport/lib/active_support/deprecation/proxy_wrappers.rb index 31e48e451a..0cb2d4d22e 100644 --- a/activesupport/lib/active_support/deprecation/proxy_wrappers.rb +++ b/activesupport/lib/active_support/deprecation/proxy_wrappers.rb @@ -80,7 +80,7 @@ module ActiveSupport # example.old_request.to_s # # => DEPRECATION WARNING: @request is deprecated! Call request.to_s instead of # @request.to_s - # (Bactrace information…) + # (Backtrace information…) # "special_request" # # example.request.to_s |