Skip to content

Commit

Permalink
doc: change "considered experimental" to "experimental" in n-api.md
Browse files Browse the repository at this point in the history
This changes "considered" experimental" to "experimental" in the
n-api.md file and introduces some additional brevity.

PR-URL: #34129
Reviewed-By: Denys Otrishko <shishugi@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
  • Loading branch information
Trott authored and MylesBorins committed Jul 16, 2020
1 parent da5fde6 commit 78a4d97
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/api/n-api.md
Expand Up @@ -222,8 +222,7 @@ can be specified explicitly when including the header:
This restricts the N-API surface to just the functionality that was available in
the specified (and earlier) versions.
Some of the N-API surface is considered experimental and requires explicit
opt-in to access those APIs:
Some of the N-API surface is experimental and requires explicit opt-in:
```c
#define NAPI_EXPERIMENTAL
Expand Down

0 comments on commit 78a4d97

Please sign in to comment.