File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -163,9 +163,9 @@ Here are some important envelope stamps that are shipped with the Symfony Messen
163163* :class: `Symfony\\ Component\\ Messenger\\ Stamp\\ ErrorDetailsStamp `,
164164 an internal stamp when a message fails due to an exception in the handler.
165165* :class: `Symfony\\ Component\\ Messenger\\ Stamp\\ ScheduledStamp `,
166- a stamp that marks the message as produced by a scheduler. You can learn
167- more about it in the :doc: ` Scheduler component page < /scheduler >`. This helps
168- differentiate from messages created "manually" .
166+ a stamp that marks the message as produced by a scheduler. This helps
167+ differentiate it from messages created "manually". You can learn more about it
168+ in the :doc: ` Scheduler documentation < /scheduler >` .
169169
170170.. versionadded :: 6.4
171171
Original file line number Diff line number Diff line change @@ -914,9 +914,9 @@ before being further redispatched to its corresponding handler::
914914 }
915915 }
916916
917- When using the ``RedispatchMessage ``, a
918- :class: `Symfony\\ Component\\ Messenger\\ Stamp\\ ScheduledStamp ` will be attached
919- to the message, helping you identify those messages when needed.
917+ When using the ``RedispatchMessage ``, Symfony will attach a
918+ :class: `Symfony\\ Component\\ Messenger\\ Stamp\\ ScheduledStamp ` to the message,
919+ helping you identify those messages when needed.
920920
921921.. versionadded :: 6.4
922922
You can’t perform that action at this time.
0 commit comments