Skip to content

Commit cf29248

Browse files
committed
Minor tweaks
1 parent 02fac3b commit cf29248

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

components/messenger.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

scheduler.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)