Skip to content

Commit ec4a541

Browse files
committed
fixup! doc: use ref for ERR_INVALID_STATE
1 parent ce1d285 commit ec4a541

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/sqlite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ added: v22.5.0
309309
-->
310310

311311
Closes the database connection. An exception is thrown if the database is not
312-
open. An \[`ERR_INVALID_STATE`]\[] error is thrown if the method is called while
312+
open. An [`ERR_INVALID_STATE`][] error is thrown if the method is called while
313313
a statement is executing, such as inside a user-defined function, an aggregate
314314
function, or an authorizer callback. This method is a wrapper around
315315
[`sqlite3_close_v2()`][].

0 commit comments

Comments
 (0)