From f621b8f1780c1b9a9a90f480c6bba1cc509f947f Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 25 May 2019 21:18:56 -0700 Subject: [PATCH] doc: reword Experimental stability index MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reword the explanation of the Experimental stability index for brevity and clarity. PR-URL: https://github.com/nodejs/node/pull/27879 Reviewed-By: Сковорода Никита Андреевич Reviewed-By: Michael Dawson Reviewed-By: Michaël Zasso --- doc/api/documentation.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/doc/api/documentation.md b/doc/api/documentation.md index 0ceff2b52ad53a..2d027101080dbe 100644 --- a/doc/api/documentation.md +++ b/doc/api/documentation.md @@ -28,11 +28,9 @@ The stability indices are as follows: -> Stability: 1 - Experimental. This feature is still under active development -> and subject to non-backward compatible changes or removal in any future -> version. Use of the feature is not recommended in production environments. -> Experimental features are not subject to the Node.js Semantic Versioning -> model. +> Stability: 1 - Experimental. The feature is not subject to Semantic Versioning +> rules. Non-backward compatible changes or removal may occur in any future +> release. Use of the feature is not recommended in production environments.