diff options
author | larrybr <larrybr@noemail.net> | 2023-10-27 21:44:53 +0000 |
---|---|---|
committer | larrybr <larrybr@noemail.net> | 2023-10-27 21:44:53 +0000 |
commit | 4b8010a8ee0fec09de4114e1ed381386b53ac425 (patch) | |
tree | 55b403140ddd612039cd0f2d0ddd43257636cfc5 /src | |
parent | 6572f7799ca10bfc257a5c6b452b10b0b91450d1 (diff) | |
download | sqlite-4b8010a8ee0fec09de4114e1ed381386b53ac425.tar.gz sqlite-4b8010a8ee0fec09de4114e1ed381386b53ac425.zip |
Fix cosmetic flaw in SQLITE_TXN_* doc. (no code change)
FossilOrigin-Name: 72d7c18f80f41529811f74855ac198681a0cfe7634225233ec4b8df219c2e73b
Diffstat (limited to 'src')
-rw-r--r-- | src/sqlite.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sqlite.h.in b/src/sqlite.h.in index d8caf8106..e29f2ab60 100644 --- a/src/sqlite.h.in +++ b/src/sqlite.h.in @@ -6624,7 +6624,7 @@ int sqlite3_db_readonly(sqlite3 *db, const char *zDbName); int sqlite3_txn_state(sqlite3*,const char *zSchema); /* -** CAPI3REF: Allowed return values from [sqlite3_txn_state()] +** CAPI3REF: Allowed return values from sqlite3_txn_state() ** KEYWORDS: {transaction state} ** ** These constants define the current transaction state of a database file. |