1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-07 02:42:48 +03:00

Doc typo fixes.

FossilOrigin-Name: e528675da3971907666c7d2d09763975a105ec585dc5122145f65905d535bed8
This commit is contained in:
stephan
2022-10-02 03:14:38 +00:00
parent 63e9ec2f9c
commit 9fdce595eb
4 changed files with 15 additions and 15 deletions

View File

@@ -1132,8 +1132,8 @@ self.WhWasmUtilInstaller = function(target){
The reason for the 2nd argument is..
When one of the pointers will refer to a 64-bit value, e.g. a
double or int64, an that value must be written or fetch,
When one of the returned pointers will refer to a 64-bit value,
e.g. a double or int64, an that value must be written or fetched,
e.g. using setMemValue() or getMemValue(), it is important that
the pointer in question be aligned to an 8-byte boundary or else
it will not be fetched or written properly and will corrupt or