summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerhard Stoebich <18708370+Flarna@users.noreply.github.com>2018-11-27 23:02:32 +0100
committerBeth Griggs <Bethany.Griggs@uk.ibm.com>2018-12-03 16:31:53 +0000
commitf5683a9a6dcecd367b95947a22b50acef19f323d (patch)
treeb48a0311fd55efaf26bdf1d97fcf37ee76bef1b4
parentffe1f8033cba45baff024accdadcefe11f4e4248 (diff)
downloadnode-new-f5683a9a6dcecd367b95947a22b50acef19f323d.tar.gz
doc: correct async_hooks resource names
Correct async hooks resource names to match the implementation: `TCPSERVER` => `TCPSERVERWRAP` Refs: #17157 PR-URL: https://github.com/nodejs/node/pull/24684 Refs: https://github.com/nodejs/node/pull/17157 Refs: https://github.com/nodejs/node/pull/24001 Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
-rw-r--r--doc/api/async_hooks.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/async_hooks.md b/doc/api/async_hooks.md
index 2b92e4e6b5..f8dd64aad2 100644
--- a/doc/api/async_hooks.md
+++ b/doc/api/async_hooks.md
@@ -236,8 +236,8 @@ resource's constructor.
```text
FSEVENTWRAP, FSREQWRAP, GETADDRINFOREQWRAP, GETNAMEINFOREQWRAP, HTTPPARSER,
JSSTREAM, PIPECONNECTWRAP, PIPEWRAP, PROCESSWRAP, QUERYWRAP, SHUTDOWNWRAP,
-SIGNALWRAP, STATWATCHER, TCPCONNECTWRAP, TCPSERVER, TCPWRAP, TIMERWRAP, TTYWRAP,
-UDPSENDWRAP, UDPWRAP, WRITEWRAP, ZLIB, SSLCONNECTION, PBKDF2REQUEST,
+SIGNALWRAP, STATWATCHER, TCPCONNECTWRAP, TCPSERVERWRAP, TCPWRAP, TIMERWRAP,
+TTYWRAP, UDPSENDWRAP, UDPWRAP, WRITEWRAP, ZLIB, SSLCONNECTION, PBKDF2REQUEST,
RANDOMBYTESREQUEST, TLSWRAP, Timeout, Immediate, TickObject
```