Skip to content

Commit

Permalink
Update lib/concurrent-ruby/concurrent/configuration.rb
Browse files Browse the repository at this point in the history
Fix grammatical error in configuration.rb
  • Loading branch information
fzakaria committed Feb 2, 2020
1 parent 3d25d84 commit d29670f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/concurrent-ruby/concurrent/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def self.global_logger=(value)
# @deprecated Has no effect since it is not longer needed, see https://github.com/ruby-concurrency/concurrent-ruby/pull/841.
#
def self.disable_at_exit_handlers!
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."
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."
end

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

0 comments on commit d29670f

Please sign in to comment.