Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dc12a25

Browse filesBrowse files
Renegade334aduh95
authored andcommitted
doc: rename invalid function parameter
PR-URL: #61942 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
1 parent f279233 commit dc12a25
Copy full SHA for dc12a25

1 file changed

+5-5Lines changed: 5 additions & 5 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎doc/api/sqlite.md‎

Copy file name to clipboardExpand all lines: doc/api/sqlite.md
+5-5Lines changed: 5 additions & 5 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ This method allows one or more SQL statements to be executed without returning
321321
any results. This method is useful when executing SQL statements read from a
322322
file. This method is a wrapper around [`sqlite3_exec()`][].
323323

324-
### `database.function(name[, options], function)`
324+
### `database.function(name[, options], fn)`
325325

326326
<!-- YAML
327327
added:
@@ -343,10 +343,10 @@ added:
343343
arguments (between zero and [`SQLITE_MAX_FUNCTION_ARG`][]). If `false`,
344344
`function` must be invoked with exactly `function.length` arguments.
345345
**Default:** `false`.
346-
* `function` {Function} The JavaScript function to call when the SQLite
347-
function is invoked. The return value of this function should be a valid
348-
SQLite data type: see [Type conversion between JavaScript and SQLite][].
349-
The result defaults to `NULL` if the return value is `undefined`.
346+
* `fn` {Function} The JavaScript function to call when the SQLite function is
347+
invoked. The return value of this function should be a valid SQLite data type:
348+
see [Type conversion between JavaScript and SQLite][]. The result defaults to
349+
`NULL` if the return value is `undefined`.
350350

351351
This method is used to create SQLite user-defined functions. This method is a
352352
wrapper around [`sqlite3_create_function_v2()`][].

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.