Skip to content

Commit 2ff43ef

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: [Scheduler] Fix a minor syntax issue
2 parents 9135762 + afe27f5 commit 2ff43ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scheduler.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ For example::
205205
RecurringMessage::cron('@daily', new Message());
206206

207207
Hashed Cron Expressions
208-
·······················
208+
.......................
209209

210210
If you have many triggers scheduled at same time (for example, at midnight, ``0 0 * * *``)
211211
this will create a very long running list of schedules at that exact time.

0 commit comments

Comments
 (0)