From dcfbedb36518b1ca505149e135dc3ffc4d9ed2d5 Mon Sep 17 00:00:00 2001 From: James M Snell Date: Tue, 31 Jul 2018 17:15:45 -0700 Subject: doc: fixup process.binding deprecation code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/22062 Reviewed-By: Michaël Zasso Reviewed-By: Colin Ihrig Reviewed-By: Anatoli Papirovski Reviewed-By: Сковорода Никита Андреевич Reviewed-By: Jon Moss --- doc/api/deprecations.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/api/deprecations.md') diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 3f8019b18e..eb977952be 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -930,7 +930,7 @@ Using `process.binding()` in general should be avoided. The type checking methods in particular can be replaced by using [`util.types`][]. This deprecation has been superseded by the deprecation of the -`process.binding()` API ([DEP00XX](#DEP00XX)). +`process.binding()` API ([DEP0111](#DEP0111)). ### DEP0104: process.env string coercion @@ -1002,8 +1002,8 @@ Type: Documentation-only The option `produceCachedData` has been deprecated. Use [`script.createCachedData()`][] instead. - -### DEP00XX: process.binding() + +### DEP0111: process.binding() Type: Documentation-only -- cgit v1.2.3