Skip to content

Commit 5f68171

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: [Scheduler] Fix a minor syntax issue
2 parents d67d349 + 2ff43ef commit 5f68171

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)