aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorMichael Gee <michaelpgee@gmail.com>2018-05-31 08:44:23 -0400
committerMichael Gee <michaelpgee@gmail.com>2018-05-31 09:28:29 -0400
commitf21c6d7857b0d9d6c683b688c9746392aa1b191f (patch)
tree38b98755a62b112ea7097341b5628d627a8077f7 /activesupport
parentbd7ebf61fb4ee03b73da03bfd09039a5edd5c08e (diff)
downloadrails-f21c6d7857b0d9d6c683b688c9746392aa1b191f.tar.gz
rails-f21c6d7857b0d9d6c683b688c9746392aa1b191f.tar.bz2
rails-f21c6d7857b0d9d6c683b688c9746392aa1b191f.zip
[ci skip] "brethen" is misspelled and unclear
Diffstat (limited to 'activesupport')
-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*