Skip to content

Commit

Permalink
Revert "Revert "Fixed typo in comments.""
Browse files Browse the repository at this point in the history
This reverts commit 8cb70bd.
  • Loading branch information
marcosqlbi committed May 1, 2022
1 parent 8cb70bd commit 8acb180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dax.Template/Tables/Dates/HolidaysDefinitionTable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class HolidayLine
/// </summary>
public int DayNumber { get; set; } = default;
/// <summary>
/// 0 = Sunday, 1 = Monday, ... , 7 = Saturday
/// 0 = Sunday, 1 = Monday, ... , 6 = Saturday
/// </summary>
public int WeekDayNumber { get; set; } = default;
/// <summary>
Expand Down

0 comments on commit 8acb180

Please sign in to comment.