Skip to content

Commit dcfbedb

Browse files
committed
doc: fixup process.binding deprecation code
PR-URL: #22062 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Anatoli Papirovski <[email protected]> Reviewed-By: Сковорода Никита Андреевич <[email protected]> Reviewed-By: Jon Moss <[email protected]>
1 parent 55623b5 commit dcfbedb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/deprecations.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,7 @@ Using `process.binding()` in general should be avoided. The type checking
930930
methods in particular can be replaced by using [`util.types`][].
931931
932932
This deprecation has been superseded by the deprecation of the
933-
`process.binding()` API ([DEP00XX](#DEP00XX)).
933+
`process.binding()` API ([DEP0111](#DEP0111)).
934934
935935
<a id="DEP0104"></a>
936936
### DEP0104: process.env string coercion
@@ -1002,8 +1002,8 @@ Type: Documentation-only
10021002
The option `produceCachedData` has been deprecated. Use
10031003
[`script.createCachedData()`][] instead.
10041004
1005-
<a id="DEP00XX"></a>
1006-
### DEP00XX: process.binding()
1005+
<a id="DEP0111"></a>
1006+
### DEP0111: process.binding()
10071007
10081008
Type: Documentation-only
10091009

0 commit comments

Comments
 (0)