Skip to content

Commit 0ee0d29

Browse files
aduh95bengl
authored andcommitted
doc: fix deprecation number
Refs: #41872 Refs: #41896 PR-URL: #41990 Reviewed-By: Mestery <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Akhil Marsonya <[email protected]>
1 parent 6034944 commit 0ee0d29

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/api/deprecations.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -3060,7 +3060,9 @@ This method was deprecated because it is not compatible with
30603060

30613061
Use [`buffer.subarray`][] which does the same thing instead.
30623062

3063-
### DEPXXXX: `process.on('multipleResolves', handler)`
3063+
<!-- md-lint skip-deprecation DEP0159 -->
3064+
3065+
### DEP0160: `process.on('multipleResolves', handler)`
30643066

30653067
<!-- YAML
30663068
changes:

0 commit comments

Comments
 (0)