From 75e8377df68846aecdc6876dc31bac2c866ea300 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Tue, 9 Apr 2019 19:42:13 -0400 Subject: [PATCH] doc: assign missed deprecation code Refs: https://github.com/nodejs/node/pull/26982 PR-URL: https://github.com/nodejs/node/pull/27164 Reviewed-By: Vse Mozhet Byt Reviewed-By: Yongsheng Zhang --- 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 d15d8065e7bff2..049a30a4e96f7f 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2299,8 +2299,8 @@ Please use the publicly documented [`timeout.refresh()`][] instead. If unreferencing the timeout is necessary, [`timeout.unref()`][] can be used with no performance impact since Node.js 10. - -### DEP0XXX: ChildProcess._channel + +### DEP0129: ChildProcess._channel