Skip to content

Commit 3af473b

Browse files
authored
Typo in QueuePoller stop polling opton docs (#3157)
1 parent 47c8081 commit 3af473b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gems/aws-sdk-sqs/lib/aws-sdk-sqs/queue_poller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ module SQS
134134
# ### `:idle_timeout` Option
135135
#
136136
# This is a configurable, maximum number of seconds to wait for a
137-
# new message before the polling loop exists. By default, there is
137+
# new message before the polling loop exits. By default, there is
138138
# no idle timeout.
139139
#
140140
# # stops polling after a minute of no received messages

0 commit comments

Comments
 (0)