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 authored and pitr-ch committed Feb 2, 2020
1 parent a379c8f commit 138fe59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/concurrent-ruby/concurrent/configuration.rb
Expand Up @@ -126,7 +126,7 @@ def self.global_logger=(value)
# @note This method should *never* be called
# from within a gem. It should *only* be used from within the main
# application and even then it should be used only when necessary.
# @deprecated Has no effect since it is not longer needed, see https://github.com/ruby-concurrency/concurrent-ruby/pull/841.
# @deprecated Has no effect since it is no 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 no longer needed, see https://github.com/ruby-concurrency/concurrent-ruby/pull/841."
Expand Down

0 comments on commit 138fe59

Please sign in to comment.