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.
1 parent 544466a commit 00d1bc6Copy full SHA for 00d1bc6
lib/elixir/lib/range.ex
@@ -1,7 +1,7 @@
1
defmodule Range do
2
@moduledoc """
3
Ranges represent a sequence of zero, one or many, ascending
4
- or descending, consecutive integers.
+ or descending integers with a common difference called step.
5
6
Ranges are always inclusive and they may have custom steps.
7
The most common form of creating and matching on ranges is
0 commit comments