Skip to content

Commit 7557b70

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

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
@@ -129,7 +129,7 @@ def self.global_logger=(value)
129129
# @deprecated Has no effect since it is not longer needed, see https://github.com/ruby-concurrency/concurrent-ruby/pull/841.
130130
#
131131
def self.disable_at_exit_handlers!
132-
deprecated "Method #disable_at_exit_handlers! has no effect since it is not longer needed, see https://github.com/ruby-concurrency/concurrent-ruby/pull/841."
132+
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."
133133
end
134134

135135
# Global thread pool optimized for short, fast *operations*.

0 commit comments

Comments
 (0)