From b31eb5d43e55171b26bb9edd694bd74686bcbaeb Mon Sep 17 00:00:00 2001 From: Prathamesh Sonpatki Date: Mon, 28 Dec 2015 10:54:02 +0530 Subject: Removed extra "the" in the documentation of `broadcast_message` [ci skip] --- activesupport/lib/active_support/logger.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activesupport/lib/active_support/logger.rb b/activesupport/lib/active_support/logger.rb index cd002b3544..65049f8498 100644 --- a/activesupport/lib/active_support/logger.rb +++ b/activesupport/lib/active_support/logger.rb @@ -5,7 +5,7 @@ module ActiveSupport class Logger < ::Logger include LoggerSilence - # If +true+, will broadcast all messages sent to this logger to the any + # If +true+, will broadcast all messages sent to this logger to any # logger linked to this one via +broadcast+. # # If +false+, the logger will still forward calls to +close+, +progname=+, -- cgit v1.2.3