diff options
author | drh <> | 2024-05-28 11:24:18 +0000 |
---|---|---|
committer | drh <> | 2024-05-28 11:24:18 +0000 |
commit | 6fa46d0e06a805817c574e38f307ee4ea2d9c7a8 (patch) | |
tree | 902f17e7ff957b5c2b11fe12ed4eb0d08743ee57 /src | |
parent | 2386943f19d154795bd2b9ef402dbb110829e654 (diff) | |
download | sqlite-6fa46d0e06a805817c574e38f307ee4ea2d9c7a8.tar.gz sqlite-6fa46d0e06a805817c574e38f307ee4ea2d9c7a8.zip |
Documentation typo fix. [forum:/forumpost/772d6688f5|Forum post 772d6688f5].
FossilOrigin-Name: 1f2f9c709eaee3c45664afa062f0fb2b912de446581066c87ea144b8ba55b55c
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 a9731faf9..ae8208842 100644 --- a/src/sqlite.h.in +++ b/src/sqlite.h.in @@ -3571,7 +3571,7 @@ void sqlite3_progress_handler(sqlite3*, int, int(*)(void*), void*); ** [[OPEN_EXRESCODE]] ^(<dt>[SQLITE_OPEN_EXRESCODE]</dt> ** <dd>The database connection comes up in "extended result code mode". ** In other words, the database behaves as if -** [sqlite3_extended_result_codes(db,1)] where called on the database +** [sqlite3_extended_result_codes(db,1)] were called on the database ** connection as soon as the connection is created. In addition to setting ** the extended result code mode, this flag also causes [sqlite3_open_v2()] ** to return an extended result code.</dd> |