From b5e0a5790d12a3b6c92efb43334054dc226fd252 Mon Sep 17 00:00:00 2001 From: Ruben Bridgewater Date: Fri, 16 Feb 2018 16:07:23 +0100 Subject: [PATCH] doc: fix deprecation number --- 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 d1751cdff66180..f3d63d12a7c1c5 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -893,8 +893,8 @@ Use [`asyncResource.runInAsyncScope()`][] API instead which provides a much safer, and more convenient, alternative. See https://github.com/nodejs/node/pull/18513 for more details. - -### DEP0098: async context-unaware node::MakeCallback C++ APIs + +### DEP0099: async context-unaware node::MakeCallback C++ APIs Type: Compile-time