Skip to content

Commit 9f84500

Browse files
committed
refactor: clarify note in documentation
Signed-off-by: memleakd <121398829+memleakd@users.noreply.github.com>
1 parent 856c1d1 commit 9f84500

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

user_guide_src/source/database/transactions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@ they are called from inside an existing transaction.
210210

211211
.. note:: ``inTransaction()`` reflects transactions started through
212212
CodeIgniter's transaction methods. If you start or end transactions through
213-
raw SQL or driver-specific APIs, CodeIgniter may not know about that
214-
transaction state.
213+
raw SQL or driver-specific APIs, CodeIgniter will not be aware of those
214+
transactions.
215215

216216
Disabling Transactions
217217
======================

0 commit comments

Comments
 (0)