Skip to content

Commit 9800707

Browse files
fzakariapitr-ch
authored andcommitted
Update lib/concurrent-ruby/concurrent/configuration.rb
Fix grammatical error in configuration.rb
1 parent 7557b70 commit 9800707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/concurrent-ruby/concurrent/configuration.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def self.global_logger=(value)
126126
# @note This method should *never* be called
127127
# from within a gem. It should *only* be used from within the main
128128
# application and even then it should be used only when necessary.
129-
# @deprecated Has no effect since it is not longer needed, see https://github.com/ruby-concurrency/concurrent-ruby/pull/841.
129+
# @deprecated Has no effect since it is no longer needed, see https://github.com/ruby-concurrency/concurrent-ruby/pull/841.
130130
#
131131
def self.disable_at_exit_handlers!
132132
deprecated "Method #disable_at_exit_handlers! has no effect since it is no longer needed, see https://github.com/ruby-concurrency/concurrent-ruby/pull/841."

0 commit comments

Comments
 (0)