We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 856c1d1 commit 9f84500Copy full SHA for 9f84500
1 file changed
user_guide_src/source/database/transactions.rst
@@ -210,8 +210,8 @@ they are called from inside an existing transaction.
210
211
.. note:: ``inTransaction()`` reflects transactions started through
212
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.
+ raw SQL or driver-specific APIs, CodeIgniter will not be aware of those
+ transactions.
215
216
Disabling Transactions
217
======================
0 commit comments