summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/api/deprecations.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index 8dacce5888..f59df04672 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -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