Skip to content

Commit d4da3bf

Browse files
committed
squash: make linter happy
Signed-off-by: Michael Dawson <[email protected]>
1 parent 3ca64c0 commit d4da3bf

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
@@ -6129,7 +6129,7 @@ NAPI_EXTERN napi_status napi_adjust_external_memory(node_api_basic_env env,
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.
61316131
For example, if there has been a request for +1000 and a request for -500 it should
6132-
return 500.
6132+
return 500.
61336133

61346134
Returns `napi_ok` if the API succeeded.
61356135

0 commit comments

Comments
 (0)