Skip to content

Commit e2a7626

Browse files
author
Gabriel Schulhof
committed
heed review comment
1 parent 0f7da2c commit e2a7626

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
@@ -5976,8 +5976,8 @@ node_api_get_module_file_name(napi_env env, const char** result);
59765976

59775977
* `[in] env`: The environment that the API is invoked under.
59785978
* `[out] result`: A null-terminated string containing the absolute path of the
5979-
file from which the add-on was loaded. The string is owned by `env` and must
5980-
not be modified or freed.
5979+
location from which the add-on was loaded. The string is owned by `env` and
5980+
must not be modified or freed.
59815981

59825982
`result` may be an empty string if the add-on loading process fails to establish
59835983
the add-on's file name during loading.

0 commit comments

Comments
 (0)