Skip to content

Commit 4dda113

Browse files
author
Samuel Parkinson
committed
Minor change to the mega comment in SqsAdapter.
1 parent 3e4c141 commit 4dda113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Adapter/SqsAdapter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* > where only a subset of the servers (based on a weighted random distribution) are
3131
* > queried to see if any messages are available to include in the response.
3232
*
33-
* You may also want to consider setting the `ReceiveMessageWaitTimeSeconds`
33+
* You may want to consider setting the `ReceiveMessageWaitTimeSeconds`
3434
* option to enable long polling the queue, which queries all of the servers.
3535
*
3636
* @link https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-long-polling.html

0 commit comments

Comments
 (0)