There was an error while loading. Please reload this page.
1 parent ce1d285 commit ec4a541Copy full SHA for ec4a541
1 file changed
doc/api/sqlite.md
@@ -309,7 +309,7 @@ added: v22.5.0
309
-->
310
311
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
+open. An [`ERR_INVALID_STATE`][] error is thrown if the method is called while
313
a statement is executing, such as inside a user-defined function, an aggregate
314
function, or an authorizer callback. This method is a wrapper around
315
[`sqlite3_close_v2()`][].
0 commit comments