From 0d6d487b08229c7758742f93155a32e150ce4333 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Mon, 7 Feb 2022 21:15:46 -0800 Subject: [PATCH] doc: edit process.config deprecation text --- 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 1272c652b46085..534ca4b6a6f186 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2891,10 +2891,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