There was an error while loading. Please reload this page.
1 parent 9c28fb7 commit 070a6d5Copy full SHA for 070a6d5
lib/elixir/lib/range.ex
@@ -192,7 +192,7 @@ defmodule Range do
192
IO.warn_once(
193
{__MODULE__, :new},
194
fn ->
195
- "Range.new/2 has a default step of -1, please call Range.new/3 explicitly passing the step of -1 instead"
+ "Range.new/2 has a default step of -1 when last < first, please call Range.new/3 explicitly passing the step of -1 instead"
196
end,
197
3
198
)
0 commit comments