1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #33033 from mikegee/patch-1

"brethen" is misspelled and could be clearer
This commit is contained in:
Kasper Timm Hansen 2018-05-31 15:33:10 +02:00 committed by GitHub
commit 565ce0eaba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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*