From 12345ca7d74f1b41fa64548920e749bac70b8e36 Mon Sep 17 00:00:00 2001 From: Bryan Keller Date: Thu, 15 Aug 2024 16:29:33 -0400 Subject: [PATCH] Update Sources/Public/CalendarViewProxy.swift Co-authored-by: Bryn Bodayle --- Sources/Public/CalendarViewProxy.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Public/CalendarViewProxy.swift b/Sources/Public/CalendarViewProxy.swift index b731bc4..e3ca13e 100644 --- a/Sources/Public/CalendarViewProxy.swift +++ b/Sources/Public/CalendarViewProxy.swift @@ -31,7 +31,7 @@ public final class CalendarViewProxy: ObservableObject { calendarView.visibleMonthRange } - /// The range of months that are partially of fully visible. + /// The range of months that are partially or fully visible. public var visibleDayRange: DayComponentsRange? { calendarView.visibleDayRange }