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.
Date.range/2
range/3
1 parent b639d87 commit 16bee46Copy full SHA for 16bee46
1 file changed
lib/elixir/lib/calendar/date.ex
@@ -81,7 +81,7 @@ defmodule Date do
81
82
Ranges of dates can be increasing (`first <= last`) and are
83
always inclusive. For a decreasing range, use `range/3` with
84
- a step of -1 as first argument.
+ a step of -1 as third argument.
85
86
## Examples
87
0 commit comments