Skip to content

Commit 1a5de52

Browse files
committed
Fix comment typo
1 parent 55d2a52 commit 1a5de52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mongo/retryable.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def read_with_retry(attempt = 0, &block)
5050
if cluster.sharded? && e.retryable?
5151
if attempt < max_read_retries
5252
# We don't scan the cluster in this case as Mongos always returns
53-
# ready after a ping whether no matter what the state behind it is.
53+
# ready after a ping no matter what the state behind it is.
5454
sleep(read_retry_interval)
5555
read_with_retry(attempt - 1, &block)
5656
end

0 commit comments

Comments
 (0)