We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db5274c + 405d8b5 commit dff1d87Copy full SHA for dff1d87
README.md
@@ -556,7 +556,7 @@ Comparison:
556
`Enumerable#sort_by` performs a sort of the enumerable and allocates a
557
new array the size of the enumerable. `Enumerable#min_by` doesn't
558
perform a sort or allocate an array the size of the enumerable.
559
-Similar comparisons hold for `Enumerable#sort_by.last` vs `
+Similar comparisons hold for `Enumerable#sort_by.last` vs
560
`Enumerable#max_by`, `Enumerable#sort.first` vs `Enumerable#min`, and
561
`Enumerable#sort.last` vs `Enumerable#max`.
562
0 commit comments