summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRuben Bridgewater <ruben@bridgewater.de>2018-02-16 16:07:23 +0100
committerRuben Bridgewater <ruben@bridgewater.de>2018-02-16 16:59:40 +0100
commit1bd32087eee4b7fc59732aeb6e1003737ac98f07 (patch)
tree52feae18d47ae69f8a837cf76346b506f4fb17bc /doc
parent15bb8437fd0a0eb07845ccf746c9ecb47fcfcb25 (diff)
downloadandroid-node-v8-1bd32087eee4b7fc59732aeb6e1003737ac98f07.tar.gz
android-node-v8-1bd32087eee4b7fc59732aeb6e1003737ac98f07.tar.bz2
android-node-v8-1bd32087eee4b7fc59732aeb6e1003737ac98f07.zip
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 <cjihrig@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/deprecations.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index d1751cdff6..f3d63d12a7 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.
-<a id="DEP0098"></a>
-### DEP0098: async context-unaware node::MakeCallback C++ APIs
+<a id="DEP0099"></a>
+### DEP0099: async context-unaware node::MakeCallback C++ APIs
Type: Compile-time