Merge pull request #20443 from teoljungberg/thoughtbot-capitalization

[ci skip] Fix `thoughtbot` capitalization
This commit is contained in:
Kasper Timm Hansen 2015-06-05 12:00:24 +02:00
commit 3673955506
1 changed files with 1 additions and 1 deletions

View File

@ -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 = [], []