From 138fe590b8b58893fc09f9c1a69ebcbda6ca138b Mon Sep 17 00:00:00 2001 From: Farid Zakaria Date: Sun, 2 Feb 2020 13:36:16 -0700 Subject: [PATCH] Update lib/concurrent-ruby/concurrent/configuration.rb Fix grammatical error in configuration.rb --- lib/concurrent-ruby/concurrent/configuration.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/concurrent-ruby/concurrent/configuration.rb b/lib/concurrent-ruby/concurrent/configuration.rb index 20ebe4fef..a00dc8440 100644 --- a/lib/concurrent-ruby/concurrent/configuration.rb +++ b/lib/concurrent-ruby/concurrent/configuration.rb @@ -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."