Skip to content

Commit e0fe11c

Browse files
daeyeonjuanarbol
authored andcommitted
doc: fix description for napi_get_cb_info() in n-api.md
Signed-off-by: Daeyeon Jeong <[email protected]> PR-URL: #44761 Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]>
1 parent 895719d commit e0fe11c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/n-api.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4727,8 +4727,8 @@ napi_status napi_get_cb_info(napi_env env,
47274727
provided than claimed, the rest of `argv` is filled with `napi_value` values
47284728
that represent `undefined`. `argv` can optionally be ignored by
47294729
passing `NULL`.
4730-
* `[out] this`: Receives the JavaScript `this` argument for the call. `this`
4731-
can optionally be ignored by passing `NULL`.
4730+
* `[out] thisArg`: Receives the JavaScript `this` argument for the call.
4731+
`thisArg` can optionally be ignored by passing `NULL`.
47324732
* `[out] data`: Receives the data pointer for the callback. `data` can
47334733
optionally be ignored by passing `NULL`.
47344734

0 commit comments

Comments
 (0)