From f21c6d7857b0d9d6c683b688c9746392aa1b191f Mon Sep 17 00:00:00 2001 From: Michael Gee Date: Thu, 31 May 2018 08:44:23 -0400 Subject: [PATCH] [ci skip] "brethen" is misspelled and unclear --- activesupport/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 91818c3112..100d57aa16 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -20,7 +20,7 @@ %i( title body ).index_with(nil) # => { title: nil, body: nil } - Closely linked with its brethen `index_by`. + Closely linked with `index_by`, which creates a hash where the keys are extracted from a block. *Kasper Timm Hansen*