doc: simplify DEP0119 wording

PR-URL: https://github.com/nodejs/node/pull/25276
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
cjihrig 2018-12-29 18:28:02 -05:00
parent e7658471d3
commit 49672f4518
No known key found for this signature in database
GPG Key ID: 7434390BDBE9B9C5

View File

@ -2250,8 +2250,8 @@ changes:
Type: Documentation-only (supports [`--pending-deprecation`][])
Directly calling `process.binding('uv').errname(<val>)` is deprecated.
Please make sure to use [`util.getSystemErrorName()`][] instead.
`process.binding('uv').errname()` is deprecated. Please use
[`util.getSystemErrorName()`][] instead.
<a id="DEP0120"></a>
### DEP0120: Windows Performance Counter Support