Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
parkerfinch committed May 13, 2018
1 parent db5274c commit 405d8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -556,7 +556,7 @@ Comparison:
`Enumerable#sort_by` performs a sort of the enumerable and allocates a
new array the size of the enumerable. `Enumerable#min_by` doesn't
perform a sort or allocate an array the size of the enumerable.
Similar comparisons hold for `Enumerable#sort_by.last` vs `
Similar comparisons hold for `Enumerable#sort_by.last` vs
`Enumerable#max_by`, `Enumerable#sort.first` vs `Enumerable#min`, and
`Enumerable#sort.last` vs `Enumerable#max`.

Expand Down

0 comments on commit 405d8b5

Please sign in to comment.