Skip to content

Commit dff1d87

Browse files
authored
Merge pull request #157 from parkerfinch/fix-typo
Fix typo
2 parents db5274c + 405d8b5 commit dff1d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ Comparison:
556556
`Enumerable#sort_by` performs a sort of the enumerable and allocates a
557557
new array the size of the enumerable. `Enumerable#min_by` doesn't
558558
perform a sort or allocate an array the size of the enumerable.
559-
Similar comparisons hold for `Enumerable#sort_by.last` vs `
559+
Similar comparisons hold for `Enumerable#sort_by.last` vs
560560
`Enumerable#max_by`, `Enumerable#sort.first` vs `Enumerable#min`, and
561561
`Enumerable#sort.last` vs `Enumerable#max`.
562562

0 commit comments

Comments
 (0)