Skip to content

Commit c78ef2d

Browse files
Trottaddaleax
authored andcommitted
doc: change "considered experimental" to "experimental" in n-api.md
This changes "considered" experimental" to "experimental" in the n-api.md file and introduces some additional brevity. PR-URL: #34129 Reviewed-By: Denys Otrishko <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent 3d5f767 commit c78ef2d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: doc/api/n-api.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,7 @@ can be specified explicitly when including the header:
222222
This restricts the N-API surface to just the functionality that was available in
223223
the specified (and earlier) versions.
224224

225-
Some of the N-API surface is considered experimental and requires explicit
226-
opt-in to access those APIs:
225+
Some of the N-API surface is experimental and requires explicit opt-in:
227226

228227
```c
229228
#define NAPI_EXPERIMENTAL

0 commit comments

Comments
 (0)