doc: fix deprecation number

PR-URL: https://github.com/nodejs/node/pull/18818
Refs: efb32592e1
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This commit is contained in:
Ruben Bridgewater 2018-02-16 16:07:23 +01:00
parent 15bb8437fd
commit 1bd32087ee
No known key found for this signature in database
GPG Key ID: F07496B3EB3C1762

View File

@ -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