There was an error while loading. Please reload this page.
1 parent ec1364b commit 7b8b479Copy full SHA for 7b8b479
1 file changed
doc/api/n-api.md
@@ -4678,7 +4678,7 @@ napi_status napi_get_cb_info(napi_env env,
4678
* `[in-out] argc`: Specifies the length of the provided `argv` array and
4679
receives the actual count of arguments. `argc` can
4680
optionally be ignored by passing `NULL`.
4681
-* `[out] argv`: Buffer to which the `napi_value` representing the arguments are
+* `[out] argv`: C array of `napi_value`s to which the arguments will be
4682
copied. If there are more arguments than the provided count, only the
4683
requested number of arguments are copied. If there are fewer arguments
4684
provided than claimed, the rest of `argv` is filled with `napi_value` values
0 commit comments