We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f7da2c commit e2a7626Copy full SHA for e2a7626
doc/api/n-api.md
@@ -5976,8 +5976,8 @@ node_api_get_module_file_name(napi_env env, const char** result);
5976
5977
* `[in] env`: The environment that the API is invoked under.
5978
* `[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.
+ location from which the add-on was loaded. The string is owned by `env` and
+ must not be modified or freed.
5981
5982
`result` may be an empty string if the add-on loading process fails to establish
5983
the add-on's file name during loading.
0 commit comments