Skip to content

Commit 540f74d

Browse files
committed
implement feedback
1 parent 2e07a13 commit 540f74d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/write/transactions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ the session state by using the following methods provided by the returned ``Clie
100100
times by a single call to ``with_transaction()``.
101101
|
102102
| **Parameters**: ``callback``, ``read_concern``, ``write_concern``, ``read_preference``, ``max_commit_time_ms``
103-
| **Return Type**: ``_T``
103+
| **Return Value**: The return value of the ``callback`` function
104104

105105
* - ``end_session()``
106106
- | Finishes this session. If a transaction has started, this method aborts it.

0 commit comments

Comments
 (0)