Skip to content

Commit

Permalink
doc: fixup process.binding deprecation code
Browse files Browse the repository at this point in the history
PR-URL: #22062
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
Reviewed-By: Jon Moss <me@jonathanmoss.me>
  • Loading branch information
jasnell authored and targos committed Aug 1, 2018
1 parent c2372ea commit 29bc553
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/api/deprecations.md
Expand Up @@ -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)).
<a id="DEP0104"></a>
### DEP0104: process.env string coercion
Expand Down Expand Up @@ -990,8 +990,8 @@ Type: Documentation-only
The option `produceCachedData` has been deprecated. Use
[`script.createCachedData()`][] instead.
<a id="DEP00XX"></a>
### DEP00XX: process.binding()
<a id="DEP0111"></a>
### DEP0111: process.binding()
Type: Documentation-only
Expand Down

0 comments on commit 29bc553

Please sign in to comment.