From 17bf78fb7dfd83d4761feefe6a0fb1202e8a41f8 Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Thu, 10 May 2018 11:47:15 -0400 Subject: [PATCH] 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 --- doc/api/addons.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/addons.md b/doc/api/addons.md index a207a71b717604..afbbdd843cb223 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