summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBurdetteLamar <burdettelamar@yahoo.com>2023-09-21 21:12:22 +0100
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-11-07 15:35:37 +0900
commit8d56260910e88c50beeaae6b92ca21f0fa86f839 (patch)
tree3d4a426da8692fcb80dd0a66fca35214f71a8d8d /lib
parent77f90867687725578e25c28ec15580912c4ba93b (diff)
[ruby/logger] [DOC] Fix broken link
https://github.com/ruby/logger/commit/8c135bce9a
Diffstat (limited to 'lib')
-rw-r--r--lib/logger.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/logger.rb b/lib/logger.rb
index acc65ac8bb..4099955ef2 100644
--- a/lib/logger.rb
+++ b/lib/logger.rb
@@ -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