8000 fix typo · symfony/symfony-docs@9816136 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9816136

Browse files
committed
fix typo
1 parent f604e89 commit 9816136

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scheduler.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,8 @@ that it may not align with what you are seeking.
352352

353353
That's why the scheduler allows to remember the last execution date of a message
354354
via the ``stateful`` option (and the :doc:`Cache component </components/cache>`).
355-
This allows the system to retain the state of the schedule, ensuring that when a worker is restarted, it resumes from the point it left off.::
355+
This allows the system to retain the state of the schedule, ensuring that when
356+
a worker is restarted, it resumes from the point it left off::
356357

357358
// src/Scheduler/SaleTaskProvider.php
358359
namespace App\Scheduler;

0 commit comments

Comments
 (0)
0