From 2279b976f00f7b2b3020aef8691ae120455b812d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Sat, 15 Mar 2025 00:18:37 +0100 Subject: [PATCH] doc: fix typo in sqlite.md --- doc/api/sqlite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/sqlite.md b/doc/api/sqlite.md index 6f12ee635a57d5..a05b9ea3f659f1 100644 --- a/doc/api/sqlite.md +++ b/doc/api/sqlite.md @@ -268,7 +268,7 @@ added: applying the changeset is aborted and the database is rolled back. **Default**: A function that returns `SQLITE_CHANGESET_ABORT`. -* Returns: {boolean} Whether the changeset was applied succesfully without being aborted. +* Returns: {boolean} Whether the changeset was applied successfully without being aborted. An exception is thrown if the database is not open. This method is a wrapper around [`sqlite3changeset_apply()`][].