From dde2a68a66cd9ca2f6ff58852a89e5d68dc8310a Mon Sep 17 00:00:00 2001 From: Josef Richter Date: Tue, 11 Mar 2025 17:10:24 +0100 Subject: [PATCH] Update recurring_events.ex typo --- lib/recurring_events.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/recurring_events.ex b/lib/recurring_events.ex index 216965e..9f02d72 100644 --- a/lib/recurring_events.ex +++ b/lib/recurring_events.ex @@ -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.