summaryrefslogtreecommitdiff
path: root/doc/api/addons.md
diff options
context:
space:
mode:
authorMichael Dawson <michael_dawson@ca.ibm.com>2018-05-10 11:47:15 -0400
committerRich Trott <rtrott@gmail.com>2018-05-11 14:58:54 -0700
commit3706c65500008a8f762317ceb956477c0c2e39e2 (patch)
tree4afea3899890ebbae3a4b02c2d97360bda821984 /doc/api/addons.md
parentf074612b744fecfd1f79fd05d7f10fe9a1487e5a (diff)
downloadandroid-node-v8-3706c65500008a8f762317ceb956477c0c2e39e2.tar.gz
android-node-v8-3706c65500008a8f762317ceb956477c0c2e39e2.tar.bz2
android-node-v8-3706c65500008a8f762317ceb956477c0c2e39e2.zip
doc: fix stability text for n-api
While some places list n-api as stable, the reference in doc/api/addons.md was missed. This fixes that instance. Fixes: https://github.com/nodejs/node/issues/20645 PR-URL: https://github.com/nodejs/node/pull/20659 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Diffstat (limited to 'doc/api/addons.md')
-rw-r--r--doc/api/addons.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/addons.md b/doc/api/addons.md
index a207a71b71..afbbdd843c 100644
--- a/doc/api/addons.md
+++ b/doc/api/addons.md
@@ -219,7 +219,7 @@ illustration of how it can be used.
## N-API
-> Stability: 1 - Experimental
+> Stability: 2 - Stable
N-API is an API for building native Addons. It is independent from
the underlying JavaScript runtime (e.g. V8) and is maintained as part of