Skip to content
Closed
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update doc/api/n-api.md
Co-authored-by: Gabriel Schulhof <[email protected]>
  • Loading branch information
mhdawson and gabrielschulhof authored Sep 18, 2020
commit 4ed6bcc8cd1b3a6a753006023e516754e85bf8a7
2 changes: 1 addition & 1 deletion doc/api/n-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ version 1 but continued to evolve until Node.js 8.6.0. The API is different in
versions prior to Node.js 8.6.0. We recommend N-API version 3 or later.

Each API documented for N-API will have a header named `added in:`, and APIs
which are stable, `N-API version:`. APIs are directly usable when using
which are stable will have the additional header `N-API version:`. APIs are directly usable when using
a Node.js version which supports the N-API version shown in `N-API version:`
or higher. When using a Node.js version that does not support the
`N-API version:` listed or if there is no `N-API version:` listed,
Expand Down