From 4dda113d4780c68fb0c8ae6f6fe5bfcb344e6fd3 Mon Sep 17 00:00:00 2001 From: Samuel Parkinson Date: Mon, 29 Jun 2015 17:44:44 +0100 Subject: [PATCH] Minor change to the mega comment in SqsAdapter. --- src/Adapter/SqsAdapter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Adapter/SqsAdapter.php b/src/Adapter/SqsAdapter.php index 95a1cf7..4a352d6 100644 --- a/src/Adapter/SqsAdapter.php +++ b/src/Adapter/SqsAdapter.php @@ -30,7 +30,7 @@ * > where only a subset of the servers (based on a weighted random distribution) are * > queried to see if any messages are available to include in the response. * - * You may also want to consider setting the `ReceiveMessageWaitTimeSeconds` + * You may want to consider setting the `ReceiveMessageWaitTimeSeconds` * option to enable long polling the queue, which queries all of the servers. * * @link https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-long-polling.html