Skip to content

Commit

Permalink
Update src/fields/CronMonth.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Harri Siirak <[email protected]>
  • Loading branch information
MichaelLeeHobbs and harrisiirak authored Jun 5, 2023
1 parent b3b5f11 commit e950926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fields/CronMonth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class CronMonth extends CronField {

/**
* Returns an array of allowed values for the "day of the month" field.
* @returns {DayOfTheMonthRange[]}
* @returns {MonthRange[]}
*/
get values(): MonthRange[] {
return super.values as MonthRange[];
Expand Down

0 comments on commit e950926

Please sign in to comment.