Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dc7d904

Browse filesBrowse files
daeyeonRafaelGSS
authored andcommitted
doc: fix description for napi_get_cb_info() in n-api.md
Signed-off-by: Daeyeon Jeong <daeyeon.dev@gmail.com> PR-URL: #44761 Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
1 parent 0f8ce84 commit dc7d904
Copy full SHA for dc7d904

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎doc/api/n-api.md‎

Copy file name to clipboardExpand all lines: doc/api/n-api.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -4731,8 +4731,8 @@ napi_status napi_get_cb_info(napi_env env,
47314731
provided than claimed, the rest of `argv` is filled with `napi_value` values
47324732
that represent `undefined`. `argv` can optionally be ignored by
47334733
passing `NULL`.
4734-
* `[out] this`: Receives the JavaScript `this` argument for the call. `this`
4735-
can optionally be ignored by passing `NULL`.
4734+
* `[out] thisArg`: Receives the JavaScript `this` argument for the call.
4735+
`thisArg` can optionally be ignored by passing `NULL`.
47364736
* `[out] data`: Receives the data pointer for the callback. `data` can
47374737
optionally be ignored by passing `NULL`.
47384738

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.