aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/api/sqlite3-api-prologue.js
diff options
context:
space:
mode:
authorstephan <stephan@noemail.net>2024-07-22 21:46:55 +0000
committerstephan <stephan@noemail.net>2024-07-22 21:46:55 +0000
commit8bd5ff4f328a5d274a884f9e99c03b7dd7cebd27 (patch)
treeb286dcce9bebc516661d217a22370098b5fe01ef /ext/wasm/api/sqlite3-api-prologue.js
parentfaf10c521fd79975c6dd66e79457eb4b6966c0ef (diff)
downloadsqlite-8bd5ff4f328a5d274a884f9e99c03b7dd7cebd27.tar.gz
sqlite-8bd5ff4f328a5d274a884f9e99c03b7dd7cebd27.zip
Doc typo fix. No code changes.
FossilOrigin-Name: 8d558ad25bfbdea04de87616d4e3f664b5749a7d23643d1a0238e991b4bb337e
Diffstat (limited to 'ext/wasm/api/sqlite3-api-prologue.js')
-rw-r--r--ext/wasm/api/sqlite3-api-prologue.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/wasm/api/sqlite3-api-prologue.js b/ext/wasm/api/sqlite3-api-prologue.js
index 689c79ae3..c8db3698c 100644
--- a/ext/wasm/api/sqlite3-api-prologue.js
+++ b/ext/wasm/api/sqlite3-api-prologue.js
@@ -1278,9 +1278,10 @@ globalThis.sqlite3ApiBootstrap = function sqlite3ApiBootstrap(
option is not available on the client.
Though the mount point name returned by this function is intended
- to remain stable, clients should not hard-coded it anywhere. Always call this function to get the path.
+ to remain stable, clients should not hard-coded it
+ anywhere. Always call this function to get the path.
- Note that this function is a no-op in must builds of this
+ Note that this function is a no-op in most builds of this
library, as the WASMFS capability requires a custom
build.
*/