Skip to content

Commit f61e8b3

Browse files
michaelrk02kenjis
andauthored
Update user_guide_src/source/database/transactions.rst
Co-authored-by: kenjis <kenji.uui@gmail.com>
1 parent cf783ce commit f61e8b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/database/transactions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Nested Transactions
103103

104104
In CodeIgniter, transactions can be nested in a way such that only the
105105
outmost or top-level transaction commands are executed. You can include as
106-
many pairs of ``transStart``/``transComplete`` or ``transBegin``/``transCommit``/``transRollback``
106+
many pairs of ``transStart()``/``transComplete()`` or ``transBegin()``/``transCommit()``/``transRollback()``
107107
as you want inside a transaction block and so on. CodeIgniter will keep
108108
track of the transaction "depth" and only take action at the outermost layer
109109
(zero depth).

0 commit comments

Comments
 (0)