Skip to content

Commit

Permalink
Update source/retryable-writes/retryable-writes.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Preston Vasquez <prestonvasquez@icloud.com>
  • Loading branch information
comandeo-mongo and prestonvasquez authored Aug 17, 2023
1 parent d3ed143 commit 8817111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/retryable-writes/retryable-writes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ of the following conditions is reached:

For each retry attempt, drivers MUST select a writable server. Server on which
the operation failed MUST be provided to the server selection mechanism as
a de-prioritized server. If the driver cannot select a server for a retry attempt
a deprioritized server. If the driver cannot select a server for a retry attempt
or the selected server does not support retryable writes, retrying is not
possible and drivers MUST raise the retryable error from the previous attempt.
In both cases, the caller is able to infer that an attempt was made.
Expand Down

0 comments on commit 8817111

Please sign in to comment.