aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support
diff options
context:
space:
mode:
authorTeo Ljungberg <teo@teoljungberg.com>2015-06-05 11:29:03 +0200
committerTeo Ljungberg <teo@teoljungberg.com>2015-06-05 11:29:03 +0200
commitcc849b609e3bac6cf6fc914df790486e9d373643 (patch)
tree543b8435f835b314ab75456077dfa678f2635f0e /activesupport/lib/active_support
parentf5559111b55d99a2862b83eed6f2882b2f59bbd9 (diff)
downloadrails-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
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 = [], []