Skip to content

Commit ebb9549

Browse files
Update lib/stream_data.ex
Co-authored-by: Andrea Leopardi <an.leopardi@gmail.com>
1 parent fe1ddfe commit ebb9549

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/stream_data.ex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2111,7 +2111,8 @@ defmodule StreamData do
21112111
If both `:min` and `:max` are provided, dates between the two mentioned dates will be generated.
21122112
Values will shrink towards `:min`.
21132113
2114-
If no options are provided, `origin` will default to the current date (by calling `&Date.utc_today/0`).
2114+
If no options are provided, `:origin` will default to the current date (that is,
2115+
`Date.utc_today/0`).
21152116
21162117
## `t:Date.Range.t/0`
21172118

0 commit comments

Comments
 (0)