aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/api/sqlite3-api-oo1.js
diff options
context:
space:
mode:
authorstephan <stephan@noemail.net>2023-05-19 17:59:21 +0000
committerstephan <stephan@noemail.net>2023-05-19 17:59:21 +0000
commit02be13cea6071bdc7bf7a0aa78b3b05f64890db8 (patch)
treec89bfe9c93f47e473db4ad5fb49c080e3623f3fd /ext/wasm/api/sqlite3-api-oo1.js
parenta382d236da7ae8b29c14854e048ac381293a847a (diff)
downloadsqlite-02be13cea6071bdc7bf7a0aa78b3b05f64890db8.tar.gz
sqlite-02be13cea6071bdc7bf7a0aa78b3b05f64890db8.zip
Minor doc typo fix.
FossilOrigin-Name: 4533be08786306a4fcb4b21458444dffd0fa2764ebb2538313f3a16d9324cacc
Diffstat (limited to 'ext/wasm/api/sqlite3-api-oo1.js')
-rw-r--r--ext/wasm/api/sqlite3-api-oo1.js2
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 4da629a6b..2f5b9fc1c 100644
--- a/ext/wasm/api/sqlite3-api-oo1.js
+++ b/ext/wasm/api/sqlite3-api-oo1.js
@@ -1474,7 +1474,7 @@ globalThis.sqlite3ApiBootstrap.initializers.push(function(sqlite3){
also called, otherwise any existing bindings, along with
any memory allocated for them, are retained.
- In verions 3.42.0 and earlier, this function did not throw if
+ In versions 3.42.0 and earlier, this function did not throw if
sqlite3_reset() returns non-0, but it was discovered that
throwing (or significant extra client-side code) is necessary
in order to avoid certain silent failure scenarios, as