Skip to content

Commit

Permalink
doc: async_hooks - lint file
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-go committed Jan 31, 2022
1 parent 86f9b91 commit cdbda7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/api/async_hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,8 @@ TTYWRAP, UDPSENDWRAP, UDPWRAP, WRITEWRAP, ZLIB, SSLCONNECTION, PBKDF2REQUEST,
RANDOMBYTESREQUEST, TLSWRAP, Microtask, Timeout, Immediate, TickObject
```

**Note**: you should not rely too much on these _identifiers_ as they could arbitrarily change.
**Note**: you should not rely too much on these _identifiers_
as they could arbitrarily change.

There is also the `PROMISE` resource type, which is used to track `Promise`
instances and asynchronous work scheduled by them.
Expand Down

0 comments on commit cdbda7b

Please sign in to comment.