1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Doc typo fix. No code changes.

FossilOrigin-Name: 8d558ad25bfbdea04de87616d4e3f664b5749a7d23643d1a0238e991b4bb337e
This commit is contained in:
stephan
2024-07-22 21:46:55 +00:00
parent faf10c521f
commit 8bd5ff4f32
3 changed files with 10 additions and 9 deletions

View File

@ -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.
*/