aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorstephan <stephan@noemail.net>2024-03-30 14:11:30 +0000
committerstephan <stephan@noemail.net>2024-03-30 14:11:30 +0000
commit69dbd7a4e772e5f5a59409c45f29dbb038a06adc (patch)
tree564f1e848fbb99071e98c3fcf1c26ca4d182d361 /src
parentcfd4507c830a73dad165ec5db2ae28549f62ae9f (diff)
downloadsqlite-69dbd7a4e772e5f5a59409c45f29dbb038a06adc.tar.gz
sqlite-69dbd7a4e772e5f5a59409c45f29dbb038a06adc.zip
Make explicit that sqlite3_keyword_name()'s index is 0-based, per forum request. Doc changes only.
FossilOrigin-Name: 090943dc31e7a3af5c11c1c0953cb82ae3ca07ba000189bb85deaecc76921504
Diffstat (limited to 'src')
-rw-r--r--src/sqlite.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sqlite.h.in b/src/sqlite.h.in
index 0a020d691..d553abb7b 100644
--- a/src/sqlite.h.in
+++ b/src/sqlite.h.in
@@ -8363,7 +8363,7 @@ int sqlite3_test_control(int op, ...);
** The sqlite3_keyword_count() interface returns the number of distinct
** keywords understood by SQLite.
**
-** The sqlite3_keyword_name(N,Z,L) interface finds the N-th keyword and
+** The sqlite3_keyword_name(N,Z,L) interface finds the 0-based N-th keyword and
** makes *Z point to that keyword expressed as UTF8 and writes the number
** of bytes in the keyword into *L. The string that *Z points to is not
** zero-terminated. The sqlite3_keyword_name(N,Z,L) routine returns