diff --git a/doc/api/sqlite.md b/doc/api/sqlite.md index 5cafacdc7623e9..00b4328f78f198 100644 --- a/doc/api/sqlite.md +++ b/doc/api/sqlite.md @@ -323,7 +323,7 @@ This method allows one or more SQL statements to be executed without returning any results. This method is useful when executing SQL statements read from a file. This method is a wrapper around [`sqlite3_exec()`][]. -### `database.function(name[, options], function)` +### `database.function(name[, options], fn)`