From 92d7a4e34a941245d07da120dc7d71e33e127635 Mon Sep 17 00:00:00 2001 From: Jeremy Daer Date: Tue, 19 Apr 2016 00:55:44 -0700 Subject: Ruby 2.4 Array#sum: ficauses -> cases changelog typo [ci skip] --- activesupport/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport') diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 58ec6fb4fe..21dd0657aa 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -15,7 +15,7 @@ # => 'ab' We tried shimming the fast path and falling back to the compatible path - if it fails, but that ends up slower even in simple causes due to the cost + if it fails, but that ends up slower even in simple cases due to the cost of exception handling. Our only choice is to override the native `Array#sum` with our `Enumerable#sum`. -- cgit v1.2.3