Skip to content

Commit 53add51

Browse files
authored
Update api.js
1 parent 01bd05b commit 53add51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ Module["onRuntimeInitialized"] = function onRuntimeInitialized() {
208208
}
209209

210210
/** @typedef {string|number|null|Uint8Array} Database.SqlValue */
211-
/** @typedef {Database.SqlValue[]|Object<string, Database.SqlValue>} Statement.Params */
211+
/** @typedef {Database.SqlValue[]|Object<string, Database.SqlValue>} Statement.BindParams */
212212

213213
/** Bind values to the parameters, after having reseted the statement
214214
*

0 commit comments

Comments
 (0)