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