We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0267d27 commit 9af2862Copy full SHA for 9af2862
doc/api/n-api.md
@@ -4710,7 +4710,7 @@ napi_status napi_get_cb_info(napi_env env,
4710
* `[in-out] argc`: Specifies the length of the provided `argv` array and
4711
receives the actual count of arguments. `argc` can
4712
optionally be ignored by passing `NULL`.
4713
-* `[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
4714
copied. If there are more arguments than the provided count, only the
4715
requested number of arguments are copied. If there are fewer arguments
4716
provided than claimed, the rest of `argv` is filled with `napi_value` values
0 commit comments