From 386d158a08c56754aaa688cd0a3367f2c2e95a5d Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Mon, 27 Apr 2020 18:36:43 -0400 Subject: doc: assign missing deprecation code Signed-off-by: Richard Lau PR-URL: https://github.com/nodejs/node/pull/33109 Refs: https://github.com/nodejs/node/pull/32807 Reviewed-By: Anna Henningsen Reviewed-By: Beth Griggs --- doc/api/deprecations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index acd95125962..9d9ed417493 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`. - -### DEP0XXX: Use `request.destroy()` instead of `request.abort()` + +### DEP0140: Use `request.destroy()` instead of `request.abort()`