Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Editorial: Remove unnecessary CalendarDateFromFields from year-month …
…addition Spec text algorithm corresponding to the previous commit. There is no need to convert the end-of-month ISO date to a calendar date and then back to an ISO date. This looks like it might have removed an observable step, but I think CalendarDateFromFields could already not throw here, because of the assertion that _endOfMonth_ was a valid ISO date within range.
- Loading branch information