Skip to content

Commit

Permalink
Update Sources/Public/CalendarViewProxy.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Bryn Bodayle <[email protected]>
  • Loading branch information
bryankeller and brynbodayle authored Aug 15, 2024
1 parent 323fb7f commit 12345ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Public/CalendarViewProxy.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 12345ca

Please sign in to comment.