diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 8dacce58888324..f59df04672b703 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()` is deprecated. -Please make sure to use [`util.getSystemErrorName()`][] instead. +`process.binding('uv').errname()` is deprecated. Please use +[`util.getSystemErrorName()`][] instead. ### DEP0120: Windows Performance Counter Support