Skip to content

Commit c4a67fb

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: [Scheduler] fix dead link with correct once, again
2 parents f3fa2cb + e165d03 commit c4a67fb

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
@@ -932,7 +932,7 @@ before being further redispatched to its corresponding handler::
932932
}
933933

934934
When using the ``RedispatchMessage``, Symfony will attach a
935-
:class:`Symfony\\Component\\Scheduler\\Messenger\\Stamp\\ScheduledStamp` to the message,
935+
:class:`Symfony\\Component\\Scheduler\\Messenger\\ScheduledStamp` to the message,
936936
helping you identify those messages when needed.
937937

938938
.. _`Memoizing`: https://en.wikipedia.org/wiki/Memoization

0 commit comments

Comments
 (0)