Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: #20645
  • Loading branch information
mhdawson committed May 10, 2018
commit 17bf78fb7dfd83d4761feefe6a0fb1202e8a41f8
2 changes: 1 addition & 1 deletion doc/api/addons.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down