diff options
Diffstat (limited to 'activesupport/lib/active_support')
-rw-r--r-- | activesupport/lib/active_support/core_ext/enumerable.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/core_ext/enumerable.rb b/activesupport/lib/active_support/core_ext/enumerable.rb index 4f120d4b45..3a4ae6cb8b 100644 --- a/activesupport/lib/active_support/core_ext/enumerable.rb +++ b/activesupport/lib/active_support/core_ext/enumerable.rb @@ -1,5 +1,5 @@ module Enumerable - # Enumerable#sum was added in Ruby 2.4 but it only works with Numeric elements + # Enumerable#sum was added in Ruby 2.4, but it only works with Numeric elements # when we omit an identity. # # We tried shimming it to attempt the fast native method, rescue TypeError, |