From b4388c8cfa491db099bc196f8831cf97f09a6046 Mon Sep 17 00:00:00 2001 From: campbell-m <87438215+campbell-m@users.noreply.github.com> Date: Thu, 31 Oct 2024 14:50:07 +0000 Subject: [PATCH] Minor tweak to comment --- web/edit_entry_handler.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/edit_entry_handler.php b/web/edit_entry_handler.php index 05f768523..0c22c0a25 100644 --- a/web/edit_entry_handler.php +++ b/web/edit_entry_handler.php @@ -648,9 +648,9 @@ function invalid_booking(string $message) : void // other words make sure that the first starttime defines an actual // entry. We need to do this because if we are going to construct an iCalendar // object, RFC 5545 demands that the start time is the first event of - // a series. ["The "DTSTART" property for a "VEVENT" specifies the inclusive + // a series. ['The "DTSTART" property for a "VEVENT" specifies the inclusive // start of the event. For recurring events, it also specifies the very first - // instance in the recurrence set."] + // instance in the recurrence set.'] // Get the first entry in the series and make that the start time $reps = $repeat_rule->getRepeatStartTimes($start_time, 1);