Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadabra committed Dec 17, 2024
1 parent 4a33a37 commit 71c1670
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ All these methods return an instance of `IEnumerator<DateOnly>`.
| dayOfMonth | The day of the month. Takes the last day of the month if `dayOfMonth` is more than the days in the month. |
| dayOfYear | The day of the year. |
| weekDays | Days of the week. |
| numberOfWeek | Index of dayOfWeek in the month. |
| indexOfDay | Index of dayOfWeek in the month. |
| numberOfMonth | The number of the month. |
| firstDayOfWeek | The first day of the week. |

Expand Down
1 change: 0 additions & 1 deletion src/DateRecurrenceR/Core/WeekDays.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ public WeekDays(DayOfWeek day)
/// </summary>
/// <param name="day1"><see cref="DayOfWeek" /></param>
/// <param name="day2"><see cref="DayOfWeek" /></param>

public WeekDays(DayOfWeek day1, DayOfWeek day2)
: this(day1, day2, day2)
{
Expand Down

0 comments on commit 71c1670

Please sign in to comment.