Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
ISOWeekDate::weekday
doc and examples
As ISO-Week is Monday == day 1 based system, it would be nice to give correct example to readers in this context. So instead of `Weekday::to_sunday_zero_offset` use `Weekday::to_monday_one_offset` in doc and examples. Add an assert test into the example code to highlight above. Signed-off-by: 35V LG84 <[email protected]>
- Loading branch information