Skip to content

Commit 06887c5

Browse files
committed
Fixed yardoc errors.
1 parent a02de74 commit 06887c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/concurrent/concern/logging.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module Concern
99
module Logging
1010
include Logger::Severity
1111

12-
# Logs through {Configuration#logger}, it can be overridden by setting @logger
12+
# Logs through {Concurrent.global_logger}, it can be overridden by setting @logger
1313
# @param [Integer] level one of Logger::Severity constants
1414
# @param [String] progname e.g. a path of an Actor
1515
# @param [String, nil] message when nil block is used to generate the message

0 commit comments

Comments
 (0)