diff options
author | stephan <stephan@noemail.net> | 2024-04-23 06:36:28 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2024-04-23 06:36:28 +0000 |
commit | 642e950e637beaa6699db78f3c12f1bceae924b4 (patch) | |
tree | fd19e507e289fd4293d8b395af80b7c21a4cc2e0 /ext/wasm/api/sqlite3-api-prologue.js | |
parent | 6e6dfd6a236396b58b06d7636233f7687eea37b2 (diff) | |
download | sqlite-642e950e637beaa6699db78f3c12f1bceae924b4.tar.gz sqlite-642e950e637beaa6699db78f3c12f1bceae924b4.zip |
Minor touchups in JS docs and exception messages.
FossilOrigin-Name: 9e7fc9370dfca121244f7a2941e8de629b277f1799f8de08a43ff1d86f94b6f5
Diffstat (limited to 'ext/wasm/api/sqlite3-api-prologue.js')
-rw-r--r-- | ext/wasm/api/sqlite3-api-prologue.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wasm/api/sqlite3-api-prologue.js b/ext/wasm/api/sqlite3-api-prologue.js index c3cc25f43..849dfe10f 100644 --- a/ext/wasm/api/sqlite3-api-prologue.js +++ b/ext/wasm/api/sqlite3-api-prologue.js @@ -245,7 +245,7 @@ globalThis.sqlite3ApiBootstrap = function sqlite3ApiBootstrap( The exception's message is created by concatenating its arguments with a space between each, except for the - two-args-with-an-objec form and that the first argument will + two-args-with-an-object form and that the first argument will get coerced to a string, as described above, if it's an integer. |