Skip to content

Commit fe0f3e7

Browse files
committed
docs: add empty lines
1 parent ddf52ff commit fe0f3e7

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

user_guide_src/source/database/transactions.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,13 @@ or failure of any given query.
5252
Strict Mode
5353
===========
5454

55-
By default, CodeIgniter runs all transactions in Strict Mode. When strict
56-
mode is enabled, if you are running multiple groups of transactions, if
57-
one group fails all subsequent groups will be rolled back. If strict mode is
58-
disabled, each group is treated independently, meaning a failure of one
59-
group will not affect any others.
55+
By default, CodeIgniter runs all transactions in Strict Mode.
56+
57+
When strict mode is enabled, if you are running multiple groups of transactions,
58+
if one group fails all subsequent groups will be rolled back.
59+
60+
If strict mode is disabled, each group is treated independently, meaning a failure
61+
of one group will not affect any others.
6062

6163
Strict Mode can be disabled as follows:
6264

0 commit comments

Comments
 (0)