Skip to content

Commit 3ca64c0

Browse files
authored
Update doc/api/n-api.md
1 parent 2425f8e commit 3ca64c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/n-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6128,7 +6128,7 @@ NAPI_EXTERN napi_status napi_adjust_external_memory(node_api_basic_env env,
61286128
alive by JavaScript objects.
61296129
* `[out] result`: The adjusted value. This value should reflect the total amount
61306130
which was been adjusted based on calls to `napi_adjust_external_memory` so far.
6131-
For example, if there has been a request for +1000 and a request for -500 it should
6131+
For example, if there has been a request for +1000 and a request for -500 it should
61326132
return 500.
61336133

61346134
Returns `napi_ok` if the API succeeded.

0 commit comments

Comments
 (0)