[ci skip] "brethen" is misspelled and unclear

This commit is contained in:
Michael Gee 2018-05-31 08:44:23 -04:00
parent bd7ebf61fb
commit f21c6d7857
1 changed files with 1 additions and 1 deletions

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*