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

JS error message and doc typos reported in the forum. No code changes.

FossilOrigin-Name: 1a073f9acfb691eebf4a8cc78a72ff47ebbb6aba4acede6755fa3faefae48f2b
This commit is contained in:
stephan
2024-05-18 15:21:45 +00:00
parent b834f629cc
commit 79dac84b31
5 changed files with 13 additions and 13 deletions

View File

@ -1838,7 +1838,7 @@ globalThis.sqlite3ApiBootstrap = function sqlite3ApiBootstrap(
/**
Calls either sqlite3_result_error_nomem(), if e is-a
WasmAllocError, or sqlite3_result_error(). In the latter case,
the second arugment is coerced to a string to create the error
the second argument is coerced to a string to create the error
message.
The first argument is a (sqlite3_context*). Returns void.