Skip to content

Commit 95f047c

Browse files
author
Vladimir I
committed
Fix gh-853 fo 1.10 feedback: Functions for transaction management
Fixed missing part of a command here (no duplicated strings).
1 parent 09bec45 commit 95f047c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/1.10/book/box/box_txn_management.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Below is a list of all functions for transaction management.
7575
| :ref:`box.on_rollback() | Define a trigger that will be |
7676
| <box-on_rollback>` | activated by ``box.rollback`` |
7777
+--------------------------------------+---------------------------------+
78-
| :ref:`is_in_txn() | State whether a transaction is |
78+
| :ref:`box.is_in_txn() | State whether a transaction is |
7979
| <box-is_in_txn>` | in progress |
8080
+--------------------------------------+---------------------------------+
8181

0 commit comments

Comments
 (0)