Update comment

This commit is contained in:
2024-08-25 17:28:54 +01:00
parent 737fabe1ed
commit fdca85b593

View File

@@ -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 {