aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2015-06-05 12:00:24 +0200
committerKasper Timm Hansen <kaspth@gmail.com>2015-06-05 12:00:24 +0200
commit367395550627328fadf1e8143f65c4266984df2c (patch)
treee1f3faf4455564f64dbe80f76193099a243706b0 /activesupport/lib/active_support
parentabe199b3899f9326a57ba77f93aaf9bf5eabfc49 (diff)
parentcc849b609e3bac6cf6fc914df790486e9d373643 (diff)
downloadrails-367395550627328fadf1e8143f65c4266984df2c.tar.gz
rails-367395550627328fadf1e8143f65c4266984df2c.tar.bz2
rails-367395550627328fadf1e8143f65c4266984df2c.zip
Merge pull request #20443 from teoljungberg/thoughtbot-capitalization
[ci skip] Fix `thoughtbot` capitalization
Diffstat (limited to 'activesupport/lib/active_support')
-rw-r--r--activesupport/lib/active_support/backtrace_cleaner.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/backtrace_cleaner.rb b/activesupport/lib/active_support/backtrace_cleaner.rb
index d06f22ad5c..e161ec4cca 100644
--- a/activesupport/lib/active_support/backtrace_cleaner.rb
+++ b/activesupport/lib/active_support/backtrace_cleaner.rb
@@ -25,7 +25,7 @@ module ActiveSupport
# of the backtrace, you can call <tt>BacktraceCleaner#remove_filters!</tt>
# These two methods will give you a completely untouched backtrace.
#
- # Inspired by the Quiet Backtrace gem by Thoughtbot.
+ # Inspired by the Quiet Backtrace gem by thoughtbot.
class BacktraceCleaner
def initialize
@filters, @silencers = [], []