diff options
author | Teo Ljungberg <teo@teoljungberg.com> | 2015-06-05 11:29:03 +0200 |
---|---|---|
committer | Teo Ljungberg <teo@teoljungberg.com> | 2015-06-05 11:29:03 +0200 |
commit | cc849b609e3bac6cf6fc914df790486e9d373643 (patch) | |
tree | 543b8435f835b314ab75456077dfa678f2635f0e | |
parent | f5559111b55d99a2862b83eed6f2882b2f59bbd9 (diff) | |
download | rails-cc849b609e3bac6cf6fc914df790486e9d373643.tar.gz rails-cc849b609e3bac6cf6fc914df790486e9d373643.tar.bz2 rails-cc849b609e3bac6cf6fc914df790486e9d373643.zip |
Fix `thoughtbot` capitalization
The company name is spelled `thoughtbot` per
https://github.com/thoughtbot/presskit/blob/master/README.md#name
-rw-r--r-- | activesupport/lib/active_support/backtrace_cleaner.rb | 2 |
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 = [], [] |