Skip to content
Snippets Groups Projects
Commit f40ac1bf authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[sqlite] Fix docs typo" into main

parents c041995b dd4f1b0e
No related branches found
No related tags found
No related merge requests found
......@@ -693,7 +693,7 @@ public final class SQLiteDatabase extends SQLiteClosable {
* Begins a transaction in DEFERRED mode, with the android-specific constraint that the
* transaction is read-only. The database may not be modified inside a read-only transaction.
* <p>
* Read-only transactions may run concurrently with other read-only transactions, and if they
* Read-only transactions may run concurrently with other read-only transactions, and if the
* database is in WAL mode, they may also run concurrently with IMMEDIATE or EXCLUSIVE
* transactions.
* <p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment