diff options
author | stephan <stephan@noemail.net> | 2024-05-18 15:21:45 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2024-05-18 15:21:45 +0000 |
commit | 79dac84b315ced19266d55f769341782f429e6b4 (patch) | |
tree | 729ad11dbcdf70e9d00e834a955542841b4f4fa0 /ext/wasm/api/sqlite3-api-oo1.js | |
parent | b834f629ccdea6452d92f9bfcf41c24a833a6dbd (diff) | |
download | sqlite-79dac84b315ced19266d55f769341782f429e6b4.tar.gz sqlite-79dac84b315ced19266d55f769341782f429e6b4.zip |
JS error message and doc typos reported in the forum. No code changes.
FossilOrigin-Name: 1a073f9acfb691eebf4a8cc78a72ff47ebbb6aba4acede6755fa3faefae48f2b
Diffstat (limited to 'ext/wasm/api/sqlite3-api-oo1.js')
-rw-r--r-- | ext/wasm/api/sqlite3-api-oo1.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wasm/api/sqlite3-api-oo1.js b/ext/wasm/api/sqlite3-api-oo1.js index 8cd50a14b..e557cbd57 100644 --- a/ext/wasm/api/sqlite3-api-oo1.js +++ b/ext/wasm/api/sqlite3-api-oo1.js @@ -1868,7 +1868,7 @@ globalThis.sqlite3ApiBootstrap.initializers.push(function(sqlite3){ an exception is thrown. By default it will determine the data type of the result - automatically. If passed a second arugment, it must be one + automatically. If passed a second argument, it must be one of the enumeration values for sqlite3 types, which are defined as members of the sqlite3 module: SQLITE_INTEGER, SQLITE_FLOAT, SQLITE_TEXT, SQLITE_BLOB. Any other value, |