From fdca85b5935784b3d54fee7247c20ede775ec37b Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Sun, 25 Aug 2024 17:28:54 +0100 Subject: [PATCH] Update comment --- calendar.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar.go b/calendar.go index 3d4dfa1..1571e8a 100644 --- a/calendar.go +++ b/calendar.go @@ -151,7 +151,7 @@ func (filter Filter) matchesEvent(event ics.VEvent) bool { } } - // Check Description filters against VEvent + // Check Location filters against VEvent if filter.Match.Location.hasConditions() { eventLocation := event.GetProperty(ics.ComponentPropertyLocation) if eventLocation == nil {