Skip to content

Commit c45df5d

Browse files
authored
Merge pull request #94 from BurdetteLamar/fix_link
[DOC] Fix broken link
2 parents 66ca410 + 8c135bc commit c45df5d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/logger.rb

+1-2
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)