Skip to content

Commit 8fb119d

Browse files
committed
1 parent 161c176 commit 8fb119d

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
@@ -50,7 +50,7 @@ Strict Mode
5050

5151
By default, CodeIgniter runs all transactions in Strict Mode. When strict
5252
mode is enabled, if you are running multiple groups of transactions, if
53-
one group fails all groups will be rolled back. If strict mode is
53+
one group fails all subsequent groups will be rolled back. If strict mode is
5454
disabled, each group is treated independently, meaning a failure of one
5555
group will not affect any others.
5656

0 commit comments

Comments
 (0)