From c2d70908e6c0f9c7297fd31e06cf07a3966b99c1 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Wed, 1 Feb 2017 16:01:09 -0800 Subject: [PATCH] doc: edit stability text for clarity and style PR-URL: https://github.com/nodejs/node/pull/11112 Reviewed-By: Timothy Gu Reviewed-By: Italo A. Casas Reviewed-By: Claudio Rodriguez Reviewed-By: Joyee Cheung Reviewed-By: James M Snell Reviewed-By: Sakthipriyan Vairamani Reviewed-By: Anna Henningsen --- doc/api/documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/documentation.md b/doc/api/documentation.md index ffb9a389377c77..1aa49965a34382 100644 --- a/doc/api/documentation.md +++ b/doc/api/documentation.md @@ -58,7 +58,7 @@ is a high priority, and will not be broken unless absolutely necessary. ``` Stability: 3 - Locked -Only fixes related to security, performance, or bug fixes will be accepted. +Only bug fixes, security fixes, and performance improvements will be accepted. Please do not suggest API changes in this area; they will be refused. ```