Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dd4f1b0e authored by Shai Barack's avatar Shai Barack
Browse files

[sqlite] Fix docs typo

Change-Id: I3c23b031a4036a54cf60209b7cc2d194f4f3cf1e
parent f10b604a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>