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:
@@ -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
|
||||
|
Reference in New Issue
Block a user