We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 639130e commit 364811aCopy full SHA for 364811a
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