Skip to content

Commit 1b39b7e

Browse files
committed
JS feedback
1 parent dbb2777 commit 1b39b7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/databases-collections.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ Retryable Reads and Writes
287287
~~~~~~~~~~~~~~~~~~~~~~~~~~
288288

289289
{+driver-short+} automatically retries certain read and write operations a single time
290-
if they fail due to a network error or a server error.
290+
if they fail due to a network or server error.
291291

292292
You can explicitly disable retryable reads or retryable writes by setting the ``retryReads`` or
293293
``retryWrites`` option to ``False`` in the ``MongoClient()`` constructor. The following

0 commit comments

Comments
 (0)