File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -107,8 +107,7 @@ Concurrent execution can be controlled on a per-job bases with the `disallow-con
107
107
108
108
## Triggers
109
109
110
- Each cronut trigger must be of tyee ` org.quartz.Trigger ` of some variety or another, the following functions are
111
- provided to simplify trigger creation:
110
+ Cronut triggers are of type ` org.quartz.Trigger ` , the following functions are provided to simplify trigger creation:
112
111
113
112
#### ` cronut.trigger/cron ` : Simple Cron Scheduling
114
113
Original file line number Diff line number Diff line change @@ -107,8 +107,7 @@ Concurrent execution can be controlled on a per-job bases with the `disallow-con
107
107
108
108
## Triggers
109
109
110
- Each cronut trigger must be of tyee ` org.quartz.Trigger ` of some variety or another, the following functions are
111
- provided to simplify trigger creation:
110
+ Cronut triggers are of type ` org.quartz.Trigger ` , the following functions are provided to simplify trigger creation:
112
111
113
112
#### ` cronut.trigger/cron ` : Simple Cron Scheduling
114
113
You can’t perform that action at this time.
0 commit comments