1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-27 20:41:58 +03:00

Minor doc typo fix.

FossilOrigin-Name: 4533be08786306a4fcb4b21458444dffd0fa2764ebb2538313f3a16d9324cacc
This commit is contained in:
stephan
2023-05-19 17:59:21 +00:00
parent a382d236da
commit 02be13cea6
3 changed files with 8 additions and 8 deletions

View File

@ -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