From 1bd32087eee4b7fc59732aeb6e1003737ac98f07 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 PR-URL: https://github.com/nodejs/node/pull/18818 Refs: https://github.com/nodejs/node/commit/efb32592e1b78ec2559e1a409faa049e756a9501 Reviewed-By: Colin Ihrig --- 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 d1751cdff66..f3d63d12a7c 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