Skip to content

Commit 0792c64

Browse files
authored
Update doc/api/n-api.md
1 parent a201240 commit 0792c64

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

doc/api/n-api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6128,9 +6128,9 @@ 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
61306130
total amount of external memory with the given `change_in_bytes` included.
6131-
Implementations may use a single counter for all addons, or a
6132-
counter for each addon. The absolute value of the returned value should not
6133-
be depended on.
6131+
The absolute value of the returned value should not be depended on.
6132+
For example, implementations may use a single counter for all addons, or a
6133+
counter for each addon.
61346134

61356135
Returns `napi_ok` if the API succeeded.
61366136

0 commit comments

Comments
 (0)