summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Lau <riclau@uk.ibm.com>2020-04-27 18:36:43 -0400
committerRuben Bridgewater <ruben@bridgewater.de>2020-04-28 13:58:31 +0200
commit386d158a08c56754aaa688cd0a3367f2c2e95a5d (patch)
tree589901831a921a7699eae98293a0c83e0bc87751
parent9d18408b49a4fcaec8e89612c984e76e280caa95 (diff)
downloadnode-new-386d158a08c56754aaa688cd0a3367f2c2e95a5d.tar.gz
doc: assign missing deprecation code
Signed-off-by: Richard Lau <riclau@uk.ibm.com> PR-URL: https://github.com/nodejs/node/pull/33109 Refs: https://github.com/nodejs/node/pull/32807 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
-rw-r--r--doc/api/deprecations.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index acd9512596..9d9ed41749 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -2569,8 +2569,8 @@ accordingly instead to avoid the ambigiuty.
To maintain existing behaviour `response.finished` should be replaced with
`response.writableEnded`.
-<a id="DEP0XXX"></a>
-### DEP0XXX: Use `request.destroy()` instead of `request.abort()`
+<a id="DEP0140"></a>
+### DEP0140: Use `request.destroy()` instead of `request.abort()`
<!-- YAML
changes:
- version: REPLACEME