Skip to content

Commit a6f75c9

Browse files
committed
fix markdown lint issues
1 parent f686dd2 commit a6f75c9

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
@@ -80,7 +80,7 @@ added: v22.5.0
8080
changes:
8181
- version: REPLACEME
8282
pr-url: https://github.com/nodejs/node/pull/57752
83-
description: Add `timeout` option
83+
description: Add `timeout` option.
8484
- version: v23.10.0
8585
pr-url: https://github.com/nodejs/node/pull/56991
8686
description: The `path` argument now supports Buffer and URL objects.
@@ -814,7 +814,6 @@ resolution handler passed to [`database.applyChangeset()`][]. See also
814814
</tr>
815815
</table>
816816

817-
[busy timeout]: https://sqlite.org/c3ref/busy_timeout.html
818817
[Changesets and Patchsets]: https://www.sqlite.org/sessionintro.html#changesets_and_patchsets
819818
[Constants Passed To The Conflict Handler]: https://www.sqlite.org/session/c_changeset_conflict.html
820819
[Constants Returned From The Conflict Handler]: https://www.sqlite.org/session/c_changeset_abort.html
@@ -850,6 +849,7 @@ resolution handler passed to [`database.applyChangeset()`][]. See also
850849
[`sqlite3session_create()`]: https://www.sqlite.org/session/sqlite3session_create.html
851850
[`sqlite3session_delete()`]: https://www.sqlite.org/session/sqlite3session_delete.html
852851
[`sqlite3session_patchset()`]: https://www.sqlite.org/session/sqlite3session_patchset.html
852+
[busy timeout]: https://sqlite.org/c3ref/busy_timeout.html
853853
[connection]: https://www.sqlite.org/c3ref/sqlite3.html
854854
[data types]: https://www.sqlite.org/datatype3.html
855855
[double-quoted string literals]: https://www.sqlite.org/quirks.html#dblquote

0 commit comments

Comments
 (0)