Skip to content

Commit 8d56260

Browse files
BurdetteLamarhsbt
authored andcommitted
[ruby/logger] [DOC] Fix broken link
ruby/logger@8c135bce9a
1 parent 77f9086 commit 8d56260

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/logger.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,7 @@
265265
# logger.error! # => 3
266266
# logger.fatal! # => 4
267267
#
268-
# You can retrieve the log level with method
269-
# {level}[Logger.html#attribute-i-level]:
268+
# You can retrieve the log level with method #level.
270269
#
271270
# logger.level = Logger::ERROR
272271
# logger.level # => 3

0 commit comments

Comments
 (0)