Skip to content

Commit 82554ed

Browse files
committed
chore: wip
1 parent a948214 commit 82554ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cron-scheduler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export class CronScheduler {
136136

137137
/**
138138
* Parse a single field of a cron expression
139-
* @param field The field to parse (e.g. "1-5", "star/2", "1,3,5")
139+
* @param field The field to parse (e.g. "1-5", "*\/2", "1,3,5")
140140
* @param min The minimum value
141141
* @param max The maximum value
142142
* @returns Array of valid values or null for all values

0 commit comments

Comments
 (0)