aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordrh <>2025-01-27 14:12:14 +0000
committerdrh <>2025-01-27 14:12:14 +0000
commit7c727bb61b0494913992635eb267425c25bcf298 (patch)
treed7566002e4abefe46140e2b3d08a0d5e58cf7c52 /src
parente097db7210321c5c98a810a88e9efc87730dc202 (diff)
downloadsqlite-7c727bb61b0494913992635eb267425c25bcf298.tar.gz
sqlite-7c727bb61b0494913992635eb267425c25bcf298.zip
Avoid splitting a hyperlink across lines in the documentation comment for
sqlite3_serialize(). FossilOrigin-Name: 74b770bd445d98ff883000ab2e31603d729e415e4e4f640646eef30825634f48
Diffstat (limited to 'src')
-rw-r--r--src/sqlite.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sqlite.h.in b/src/sqlite.h.in
index b6863b30f..a9a08d4ff 100644
--- a/src/sqlite.h.in
+++ b/src/sqlite.h.in
@@ -10749,8 +10749,8 @@ SQLITE_EXPERIMENTAL int sqlite3_snapshot_recover(sqlite3 *db, const char *zDb);
** CAPI3REF: Serialize a database
**
** The sqlite3_serialize(D,S,P,F) interface returns a pointer to
-** memory that is a serialization of the S database on [database
-** connection] D. If S is a NULL pointer, the main database is used.
+** memory that is a serialization of the S database on
+** [database connection] D. If S is a NULL pointer, the main database is used.
** If P is not a NULL pointer, then the size of the database in bytes
** is written into *P.
**