Skip to content

Commit f76ffe0

Browse files
committed
fixup! doc: use "such as" instead of "for example from"
1 parent ac3cec4 commit f76ffe0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/api/sqlite.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,8 @@ added: v22.5.0
295295
-->
296296

297297
Closes the database connection. An exception is thrown if the database is not
298-
open. An \[`ERR_INVALID_STATE`]\[] error is thrown if the method is called while a
299-
statement is executing, for example from a user-defined function, an aggregate
298+
open. An \[`ERR_INVALID_STATE`]\[] error is thrown if the method is called while
299+
a statement is executing, such as inside a user-defined function, an aggregate
300300
function, or an authorizer callback. This method is a wrapper around
301301
[`sqlite3_close_v2()`][].
302302

0 commit comments

Comments
 (0)