[ruby/logger] [DOC] Fix broken link

https://github.com/ruby/logger/commit/8c135bce9a
This commit is contained in:
BurdetteLamar 2023-09-21 21:12:22 +01:00 committed by Hiroshi SHIBATA
parent 77f9086768
commit 8d56260910

View File

@ -265,8 +265,7 @@ require_relative 'logger/errors'
# logger.error! # => 3
# logger.fatal! # => 4
#
# You can retrieve the log level with method
# {level}[Logger.html#attribute-i-level]:
# You can retrieve the log level with method #level.
#
# logger.level = Logger::ERROR
# logger.level # => 3