aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBurdette Lamar <BurdetteLamar@Yahoo.com>2022-05-12 09:49:12 -0500
committergit <svn-admin@ruby-lang.org>2022-05-13 22:52:55 +0900
commit2427a11b35fc8682c550dab968e3bc99412d0806 (patch)
treead814ac831fb88808c57b52ec8b120632c3d743c
parentb9311e646e8b6aa9d4f576506456ee50c5444029 (diff)
downloadruby-2427a11b35fc8682c550dab968e3bc99412d0806.tar.gz
[ruby/logger] Update lib/logger.rb
https://github.com/ruby/logger/commit/073a892ad9 Co-authored-by: Olle Jonsson <olle.jonsson@gmail.com>
-rw-r--r--lib/logger.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/logger.rb b/lib/logger.rb
index e44edfaa02..54fd9c0595 100644
--- a/lib/logger.rb
+++ b/lib/logger.rb
@@ -234,7 +234,7 @@ require_relative 'logger/errors'
# logger.add(0, "My message")
# # => D, [2022-05-11T15:10:59.773668 #20536] DEBUG -- : My message
#
-# You can specify a different setting in a new log
+# You can specify a different setting in a new logger
# using keyword argument +level+ with an appropriate value:
#
# logger = Logger.new($stdout, level: Logger::ERROR)