Skip to content

Commit 6db82ea

Browse files
committed
[Scheduler] Fix a minor syntax issue
1 parent 5809a6a commit 6db82ea

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
@@ -193,7 +193,7 @@ For example::
193193
RecurringMessage::cron('@daily', new Message());
194194

195195
Hashed Cron Expressions
196-
·······················
196+
.......................
197197

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

0 commit comments

Comments
 (0)