From 343c6ac63909f14f614e4bd694c74e48cc79a2cd Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Mon, 27 Apr 2020 18:36:43 -0400 Subject: [PATCH] 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 0662e32295933f..0e1337ad60f990 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2651,8 +2651,8 @@ written twice. This introduces a race condition between threads, and is a potential security vulnerability. There is no safe, cross-platform alternative API. - -### DEP0XXX: Use `request.destroy()` instead of `request.abort()` + +### DEP0140: Use `request.destroy()` instead of `request.abort()`