Skip to content

Commit 914a5ea

Browse files
committed
doc: run make format-md
1 parent 839c680 commit 914a5ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/sqlite.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ Creates and attaches a session to the database. This method is a wrapper around
168168
* `changeset` {Uint8Array} A binary changeset or patchset.
169169
* `options` {Object} An optional object to configure how changes are applied.
170170
* `filter` {Function} Optional function that allows skipping changes based on the name of a table
171-
(passed as the first argument) based on a boolean returned. When not provided no changes are
172-
filtered, and all are changes are attempted.
171+
(passed as the first argument) based on a boolean returned. When not provided no changes are
172+
filtered, and all are changes are attempted.
173173
* `onConflict` {number} When provided, must be one of `SQLITE_CHANGESET_OMIT`,
174174
`SQLITE_CHANGESET_REPLACE` or `SQLITE_CHANGESET_ABORT`. Determines how conflicts are handled.
175175
Conflicting changes are either omitted, changes replace existing values or the

0 commit comments

Comments
 (0)