Skip to content

Commit

Permalink
doc: simplify DEP0119 wording
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
cjihrig authored and addaleax committed Jan 5, 2019
1 parent ee8a4a2 commit f5008fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/deprecations.md
Original file line number Diff line number Diff line change
Expand Up @@ -2244,8 +2244,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
Expand Down

0 comments on commit f5008fd

Please sign in to comment.