Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f5008fd

Browse filesBrowse 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
Copy full SHA for f5008fd

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎doc/api/deprecations.md‎

Copy file name to clipboardExpand all lines: doc/api/deprecations.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.