Skip to content

Commit 7d27f0e

Browse files
committed
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: nodejs#25654 Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 641de82 commit 7d27f0e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/api/deprecations.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2135,8 +2135,7 @@ changes:
21352135
21362136
Type: Documentation-only
21372137
2138-
The `process.binding()` API is intended for use by Node.js internal code
2139-
only. Use of `process.binding()` by userland code is unsupported.
2138+
`process.binding()` is for use by Node.js internal code only.
21402139
21412140
<a id="DEP0112"></a>
21422141
### DEP0112: dgram private APIs

0 commit comments

Comments
 (0)