Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Schulhof <gabriel.schulhof@intel.com>2021-02-07 06:40:36 +0300
committerGabriel Schulhof <gabriel.schulhof@intel.com>2021-02-08 20:08:37 +0300
commit2084f31e27f5c23f5cad79075ae2babcdef23d7a (patch)
tree3062042e96798d914e5abfdf8926b6943f14875b /doc/api/errors.md
parent72f9c53c0f5cc03000f9a4eb1cf31f43e1d30b89 (diff)
doc: rename N-API to Node-API
Refs: https://github.com/nodejs/abi-stable-node/issues/420 PR-URL: https://github.com/nodejs/node/pull/37259 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Diffstat (limited to 'doc/api/errors.md')
-rw-r--r--doc/api/errors.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/errors.md b/doc/api/errors.md
index 411e2a42210..96e810d8786 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -1823,7 +1823,7 @@ would be possible by calling a callback more than once.
<a id="ERR_NAPI_CONS_FUNCTION"></a>
### `ERR_NAPI_CONS_FUNCTION`
-While using `N-API`, a constructor passed was not a function.
+While using `Node-API`, a constructor passed was not a function.
<a id="ERR_NAPI_INVALID_DATAVIEW_ARGS"></a>
### `ERR_NAPI_INVALID_DATAVIEW_ARGS`
@@ -2559,7 +2559,7 @@ added: v9.0.0
removed: v10.0.0
-->
-Used by the `N-API` when `Constructor.prototype` is not an object.
+Used by the `Node-API` when `Constructor.prototype` is not an object.
<a id="ERR_NO_LONGER_SUPPORTED"></a>
### `ERR_NO_LONGER_SUPPORTED`