From 96caf1150380c93c00b764aeb00e39c510350840 Mon Sep 17 00:00:00 2001 From: Gabriel Schulhof Date: Wed, 3 Feb 2021 16:19:27 -0800 Subject: [PATCH] heed review comment --- doc/api/n-api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/n-api.md b/doc/api/n-api.md index e73c96a58d7c9a..7c6097eaa379ce 100644 --- a/doc/api/n-api.md +++ b/doc/api/n-api.md @@ -5976,8 +5976,8 @@ node_api_get_module_file_name(napi_env env, const char** result); * `[in] env`: The environment that the API is invoked under. * `[out] result`: A null-terminated string containing the absolute path of the - file from which the add-on was loaded. The string is owned by `env` and must - 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. `result` may be an empty string if the add-on loading process fails to establish the add-on's file name during loading.