From 78a4d97b820deb686fb2ce5142095708244e0197 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Mon, 29 Jun 2020 21:21:19 -0700 Subject: [PATCH] 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: https://github.com/nodejs/node/pull/34129 Reviewed-By: Denys Otrishko Reviewed-By: Trivikram Kamat --- doc/api/n-api.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/api/n-api.md b/doc/api/n-api.md index d1fa23260f178f..559e9a11a2918c 100644 --- a/doc/api/n-api.md +++ b/doc/api/n-api.md @@ -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