aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
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*