1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-18 10:21:03 +03:00

Fix typo in the documentation for the new sqlite3_txn_state() interface.

FossilOrigin-Name: 23f7d01758cbcf22bd34e78fb8284c7af18f3059a03c4ff6ab3e556ca11fce19
This commit is contained in:
drh
2020-09-10 14:54:57 +00:00
parent 786142a994
commit 4fb8452875
3 changed files with 8 additions and 8 deletions

View File

@@ -6199,7 +6199,7 @@ int sqlite3_db_readonly(sqlite3 *db, const char *zDbName);
** <li value="1"> SQLITE_TXN_READ
** <li value="2"> SQLITE_TXN_WRITE
** </ol>
** ^If the S argument to sqlite3_txn_state(D,S) is in the name of
** ^If the S argument to sqlite3_txn_state(D,S) is not in the name of
** a valid schema, then -1 is returned.
*/
int sqlite3_txn_state(sqlite3*,const char *zSchema);