From 0d3911a926756f56e14723438dc45c7d2cf67e86 Mon Sep 17 00:00:00 2001 From: Bryan Keller Date: Thu, 15 Aug 2024 16:29:41 -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 e3ca13e..0831c6b 100644 --- a/Sources/Public/CalendarViewProxy.swift +++ b/Sources/Public/CalendarViewProxy.swift @@ -26,7 +26,7 @@ public final class CalendarViewProxy: ObservableObject { // MARK: Public - /// The range of months that are partially of fully visible. + /// The range of months that are partially or fully visible. public var visibleMonthRange: MonthComponentsRange? { calendarView.visibleMonthRange }