Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/recurring_events.ex
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ defmodule RecurringEvents do
- `:by_minute` - minute from 0 to 59
- `:by_second` - second from 0 to 59
- `:by_set_position` - if present, this indicates the nth occurrence of the
date withing frequency period
date within frequency period
- `:exclude_date` - dates to be excluded from the result
- `:until` - limit result up to provided date
- `:invalid` - the way to handle invalid dates, `:fallback` by default.
Expand Down