Skip to content

Commit afe27f5

Browse files
committed
Merge branch '6.3' into 6.4
* 6.3: [Scheduler] Fix a minor syntax issue
2 parents 8ffa71b + 6db82ea commit afe27f5

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
@@ -219,7 +219,7 @@ For example::
219219
RecurringMessage::cron('@daily', new Message());
220220

221221
Hashed Cron Expressions
222-
·······················
222+
.......................
223223

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

0 commit comments

Comments
 (0)