Skip to content

Commit e165d03

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: [Scheduler] fix dead link with correct once, again
2 parents b97278d + 9aba5ef commit e165d03

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)