From 0ffd938d5d285df05e3095e39aeaed19c1ccbc78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9?= Date: Sun, 22 Feb 2026 15:49:19 +0000 Subject: [PATCH] doc: rename invalid `function` parameter --- doc/api/sqlite.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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)`