We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5393151 commit ff88d5dCopy full SHA for ff88d5d
doc/api/deprecations.md
@@ -2244,8 +2244,8 @@ changes:
2244
2245
Type: Documentation-only (supports [`--pending-deprecation`][])
2246
2247
-Directly calling `process.binding('uv').errname(<val>)` is deprecated.
2248
-Please make sure to use [`util.getSystemErrorName()`][] instead.
+`process.binding('uv').errname()` is deprecated. Please use
+[`util.getSystemErrorName()`][] instead.
2249
2250
<a id="DEP0120"></a>
2251
### DEP0120: Windows Performance Counter Support
0 commit comments