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:
commit
565ce0eaba
1 changed files with 1 additions and 1 deletions
|
@ -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*
|
||||
|
||||
|
|
Loading…
Reference in a new issue