diff options
-rw-r--r-- | lib/mixlib/log.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mixlib/log.rb b/lib/mixlib/log.rb index b2d765a..9ad4508 100644 --- a/lib/mixlib/log.rb +++ b/lib/mixlib/log.rb @@ -36,7 +36,7 @@ module Mixlib end # An Array of log devices that will be logged to. Defaults to just the default - # @logger log device, but you can push to this array to add more devices. + # @logger log device, but you can push to this array to add more devices. def loggers @loggers ||= [logger] end |