Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion documentation/quartz-2.3.0/tutorials/crontrigger.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ follows:
</tr>
</tbody>
</table>
So cron expressions can be as simple as this: <tt>&#42; * * * ? *</tt>
So cron expressions can be as simple as this: <tt>&#42; * * * * *</tt>

or more complex, like this: <tt>0/5 14,18,3-39,52 * ? JAN,MAR,SEP MON-FRI 2002-2010</tt>

Expand Down