From fc9d4e96c19d80773f2a5f391fcdf9d8ab703a01 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Wed, 9 Feb 2022 22:41:58 -0800 Subject: [PATCH] doc: edit process.config deprecation text MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/41889 Reviewed-By: Benjamin Gruenbaum Reviewed-By: Antoine du Hamel Reviewed-By: Tobias Nießen Reviewed-By: Mestery Reviewed-By: Luigi Pinca --- doc/api/deprecations.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 148b806434ca1e..ce43934a68ae06 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2898,10 +2898,9 @@ changes: Type: Runtime -The `process.config` property is intended to provide access to configuration -settings set when the Node.js binary was compiled. However, the property has -been mutable by user code making it impossible to rely on. The ability to -change the value has been deprecated and will be disabled in the future. +The `process.config` property provides access to Node.js compile-time settings. +However, the property is mutable and therefore subject to tampering. The ability +to change the value will be removed in a future version of Node.js. ### DEP0151: Main index lookup and extension searching