Skip to content

Commit 71c1670

Browse files
committed
minor fixes
1 parent 4a33a37 commit 71c1670

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ All these methods return an instance of `IEnumerator<DateOnly>`.
3838
| dayOfMonth | The day of the month. Takes the last day of the month if `dayOfMonth` is more than the days in the month. |
3939
| dayOfYear | The day of the year. |
4040
| weekDays | Days of the week. |
41-
| numberOfWeek | Index of dayOfWeek in the month. |
41+
| indexOfDay | Index of dayOfWeek in the month. |
4242
| numberOfMonth | The number of the month. |
4343
| firstDayOfWeek | The first day of the week. |
4444

src/DateRecurrenceR/Core/WeekDays.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ public WeekDays(DayOfWeek day)
2525
/// </summary>
2626
/// <param name="day1"><see cref="DayOfWeek" /></param>
2727
/// <param name="day2"><see cref="DayOfWeek" /></param>
28-
2928
public WeekDays(DayOfWeek day1, DayOfWeek day2)
3029
: this(day1, day2, day2)
3130
{

0 commit comments

Comments
 (0)