Skip to content

Commit f5008fd

Browse files
cjihrigaddaleax
authored andcommitted
doc: simplify DEP0119 wording
PR-URL: #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>
1 parent ee8a4a2 commit f5008fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/deprecations.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2244,8 +2244,8 @@ changes:
22442244
22452245
Type: Documentation-only (supports [`--pending-deprecation`][])
22462246
2247-
Directly calling `process.binding('uv').errname(<val>)` is deprecated.
2248-
Please make sure to use [`util.getSystemErrorName()`][] instead.
2247+
`process.binding('uv').errname()` is deprecated. Please use
2248+
[`util.getSystemErrorName()`][] instead.
22492249
22502250
<a id="DEP0120"></a>
22512251
### DEP0120: Windows Performance Counter Support

0 commit comments

Comments
 (0)