Skip to content

Commit 29bc553

Browse files
jasnelltargos
authored andcommitted
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 c2372ea commit 29bc553

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
@@ -990,8 +990,8 @@ Type: Documentation-only
990990
The option `produceCachedData` has been deprecated. Use
991991
[`script.createCachedData()`][] instead.
992992
993-
<a id="DEP00XX"></a>
994-
### DEP00XX: process.binding()
993+
<a id="DEP0111"></a>
994+
### DEP0111: process.binding()
995995
996996
Type: Documentation-only
997997

0 commit comments

Comments
 (0)