File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2599,8 +2599,8 @@ napi_create_external_sharedarraybuffer(napi_env env,
25992599 `SharedArrayBuffer`.
26002600* `[in] byte_length`: The length in bytes of the underlying buffer.
26012601* `[in] finalize_cb`: Optional callback to call when the `SharedArrayBuffer` is
2602- being collected. Because a `SharedArrayBuffer` can outlive the environment
2603- it was created in, the callback does not get receive a reference to `env`.
2602+ being collected. Because a `SharedArrayBuffer` can outlive the environment
2603+ it was created in, the callback does not get receive a reference to `env`.
26042604* `[in] finalize_hint`: Optional hint to pass to the finalize callback during
26052605 collection.
26062606* `[out] result`: A `napi_value` representing a JavaScript `SharedArrayBuffer`.
You can’t perform that action at this time.
0 commit comments