aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorstephan <stephan@noemail.net>2025-06-19 12:35:30 +0000
committerstephan <stephan@noemail.net>2025-06-19 12:35:30 +0000
commit92d1bec5841cf12740d1976f870912dfea8b1eb9 (patch)
treeb42cc50fa17fb4162c902cedadaa95d06f80a23d /src
parenta5c484b432769baac8383d4fa67f72955ba7dc52 (diff)
downloadsqlite-92d1bec5841cf12740d1976f870912dfea8b1eb9.tar.gz
sqlite-92d1bec5841cf12740d1976f870912dfea8b1eb9.zip
A slight doc rephrasing for clarity, suggested in the forum.
FossilOrigin-Name: 0d6084a398edb013fcfb613eff8d75e2f86cbb5e3c8049328ede89e75db93cb3
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 a50a3b71c..9ec125143 100644
--- a/src/sqlite.h.in
+++ b/src/sqlite.h.in
@@ -4079,7 +4079,7 @@ sqlite3_file *sqlite3_database_file_object(const char*);
**
** The sqlite3_create_filename(D,J,W,N,P) allocates memory to hold a version of
** database filename D with corresponding journal file J and WAL file W and
-** with N URI parameters key/values pairs in the array P. The result from
+** an array P of N URI Key/Value pairs. The result from
** sqlite3_create_filename(D,J,W,N,P) is a pointer to a database filename that
** is safe to pass to routines like:
** <ul>