Skip to content

Commit 7ba44ff

Browse files
committed
DOCSP-35201 fix sentences
1 parent d6e0496 commit 7ba44ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/crud/transactions.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -329,14 +329,14 @@ Core API Error Handling
329329

330330
If you are using the Core API to perform a transaction, you must implement the
331331
error-handling logic into your application. To do so, you must create the
332-
following functions that run until there is a successful commit or a different
333-
error:
332+
following functions:
334333

335334
- A function that retries the entire transaction when the driver encounters a
336335
``TransientTransactionError``
337336
- A function that retries the commit operation when the driver encounters an
338337
``UnknownTransactionCommitResult``
339338

340-
For an example of this retry logic, see the :manual:`Core API section
339+
These functions must run until there is a successful commit or a different
340+
error. For an example of this retry logic, see the :manual:`Core API section
341341
</core/transactions-in-applications/#core-api>` on the Drivers API page in the
342342
Server manual.

0 commit comments

Comments
 (0)