-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CalendarEqualsOrThrow => ThrowIfCalendarsNotEqual
Currently `CalendarEqualsOrThrow`, returns `true`, returns `undefined`, or throws. This variation in return values doesn't break anything as the return value is not used by any callers. To prevent future problems this commit renames it to `ThrowIfCalendarsNotEqual` and always returns `undefined`.
- Loading branch information
1 parent
3b2baa7
commit ca103d6
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters