From 7d27f0e9d0570696962c301c08080396829c487f Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Tue, 22 Jan 2019 17:23:35 -0800 Subject: [PATCH] doc: simplify process.binding() deprecation message Keep the process.binding() deprecation message short and direct. In addition to the usual benefits of doing that, it also means the message is less likely to line-wrap once we move to a runtime deprecation. PR-URL: https://github.com/nodejs/node/pull/25654 Reviewed-By: Vse Mozhet Byt Reviewed-By: Colin Ihrig Reviewed-By: Luigi Pinca --- doc/api/deprecations.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index c5056a6bd1fa62..ecaea8f4d9f7ae 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2135,8 +2135,7 @@ changes: Type: Documentation-only -The `process.binding()` API is intended for use by Node.js internal code -only. Use of `process.binding()` by userland code is unsupported. +`process.binding()` is for use by Node.js internal code only. ### DEP0112: dgram private APIs