From 8b4f210bf5f3ccccef692810563886bdab427279 Mon Sep 17 00:00:00 2001 From: cjihrig Date: Thu, 3 Oct 2019 00:39:38 +0200 Subject: [PATCH] doc: add missing deprecation code PR-URL: https://github.com/nodejs/node/pull/29820 Reviewed-By: Richard Lau Reviewed-By: Rich Trott Reviewed-By: Ruben Bridgewater Reviewed-By: Jiawen Geng --- doc/api/deprecations.md | 4 ++-- lib/internal/bootstrap/pre_execution.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index e45130340c77ef..08e4ec065a992a 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2508,8 +2508,8 @@ Type: Documentation-only Prefer [`response.socket`][] over [`response.connection`] and [`request.socket`][] over [`request.connection`]. - -### DEP0XXX: process._tickCallback + +### DEP0134: process._tickCallback