Skip to content

Commit

Permalink
doc: fix deprecation number
Browse files Browse the repository at this point in the history
Refs: nodejs#41872
Refs: nodejs#41896

PR-URL: nodejs#41990
Reviewed-By: Mestery <mestery@protonmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Beth Griggs <bgriggs@redhat.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
  • Loading branch information
aduh95 authored and danielleadams committed Apr 21, 2022
1 parent e5b4c53 commit 18bbf42
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/api/deprecations.md
Expand Up @@ -3047,7 +3047,9 @@ This method was deprecated because it is not compatible with

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

### DEPXXXX: `process.on('multipleResolves', handler)`
<!-- md-lint skip-deprecation DEP0159 -->

### DEP0160: `process.on('multipleResolves', handler)`

<!-- YAML
changes:
Expand Down

0 comments on commit 18bbf42

Please sign in to comment.