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 cf965f5 commit 54a9701Copy full SHA for 54a9701
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`: Array of `napi_values` to which the arguments will be
+* `[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