We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 076c8dc + e471e06 commit e4685dcCopy full SHA for e4685dc
lib/elixir/lib/enum.ex
@@ -1909,7 +1909,7 @@ defmodule Enum do
1909
1910
This function maps each element of the enumerable using the `mapper`
1911
function. The enumerable is then sorted by the mapped elements
1912
- using the `sorter` function, which defaults to `<=/2`
+ using the `sorter` function, which defaults to `Kernel.<=/2`
1913
1914
`sort_by/3` differs from `sort/2` in that it only calculates the
1915
comparison value for each element in the enumerable once instead of
0 commit comments