Skip to content

Commit 799555d

Browse files
authored
Revert "Fix wrong grammar in comment (#10667)" (#10671)
This reverts commit cd207fe.
1 parent cd207fe commit 799555d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

queues.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ public function middleware(): array
677677
}
678678

679679
/**
680-
* Determine the time at which the job should time out.
680+
* Determine the time at which the job should timeout.
681681
*/
682682
public function retryUntil(): DateTime
683683
{
@@ -1262,7 +1262,7 @@ As an alternative to defining how many times a job may be attempted before it fa
12621262
use DateTime;
12631263

12641264
/**
1265-
* Determine the time at which the job should time out.
1265+
* Determine the time at which the job should timeout.
12661266
*/
12671267
public function retryUntil(): DateTime
12681268
{

0 commit comments

Comments
 (0)