doc: rename N-API to Node-API · nodejs/node@ebf3597 · GitHub
Skip to content

Commit ebf3597

Browse files
Gabriel Schulhofdanielleadams
authored andcommitted
doc: rename N-API to Node-API
Refs: nodejs/abi-stable-node#420 PR-URL: #37259 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
1 parent d8d851a commit ebf3597

6 files changed

Lines changed: 178 additions & 177 deletions

File tree

doc/api/addons.md

Lines changed: 13 additions & 12 deletions

doc/api/errors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1823,7 +1823,7 @@ would be possible by calling a callback more than once.
18231823
<a id="ERR_NAPI_CONS_FUNCTION"></a>
18241824
### `ERR_NAPI_CONS_FUNCTION`
18251825

1826-
While using `N-API`, a constructor passed was not a function.
1826+
While using `Node-API`, a constructor passed was not a function.
18271827

18281828
<a id="ERR_NAPI_INVALID_DATAVIEW_ARGS"></a>
18291829
### `ERR_NAPI_INVALID_DATAVIEW_ARGS`
@@ -2559,7 +2559,7 @@ added: v9.0.0
25592559
removed: v10.0.0
25602560
-->
25612561

2562-
Used by the `N-API` when `Constructor.prototype` is not an object.
2562+
Used by the `Node-API` when `Constructor.prototype` is not an object.
25632563

25642564
<a id="ERR_NO_LONGER_SUPPORTED"></a>
25652565
### `ERR_NO_LONGER_SUPPORTED`

doc/api/index.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)