Skip to content

Commit 5fe7409

Browse files
authored
Merge pull request #329 from stevemoser/patch-7
Fix varyShort to veryShort typo
2 parents a0425e1 + e9784fc commit 5fe7409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CareKit/CareKit/Extensions/Calendar+Extensions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ extension Calendar {
4242
}
4343

4444
/// Returns string representations of the weekdays, in the order the weekdays occur on the local calendar.
45-
/// This differs with the Foundation `Calendar.varyShortWeekdaySymbols` in that the ordering is changed such
45+
/// This differs with the Foundation `Calendar.veryShortWeekdaySymbols` in that the ordering is changed such
4646
/// that the first element of the array corresponds to the first weekday in the current locale, instead of Sunday.
4747
///
4848
/// This method is required for handling certain regions in which the first day of the week is Monday.

0 commit comments

Comments
 (0)