Skip to content

Commit 5a3564f

Browse files
committed
[Messenger] Fixed wording in php doc
1 parent 83613e7 commit 5a3564f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Exception/RecoverableExceptionInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* Marker interface for exceptions to indicate that handling a message should have worked.
1616
*
1717
* If something goes wrong while handling a message that's received from a transport
18-
* and the message should must be retried, a handler can throw such an exception.
18+
* and the message should be retried, a handler can throw such an exception.
1919
*
2020
* @author Jérémy Derussé <jeremy@derusse.com>
2121
*/

0 commit comments

Comments
 (0)