Skip to content

Commit 5d2dd37

Browse files
committed
squash! more more lint
1 parent 5578c1a commit 5d2dd37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/n-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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`.

0 commit comments

Comments
 (0)