Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJon Moss <me@jonathanmoss.me>2017-10-21 05:16:23 +0300
committerMyles Borins <mylesborins@google.com>2017-10-24 01:20:25 +0300
commitb96d76f3a731f70ce256e7dbe4e1941af439673b (patch)
tree5c17f0eec8c4481601006c70bb374fcb6501ed85 /doc
parent2c469e8e2929e9d2491dee8c0e4f195a7f91a5c8 (diff)
doc: link to async_hooks destroy callback properly
PR-URL: https://github.com/nodejs/node/pull/16351 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/async_hooks.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/async_hooks.md b/doc/api/async_hooks.md
index 26495a43d21..c07202c113f 100644
--- a/doc/api/async_hooks.md
+++ b/doc/api/async_hooks.md
@@ -636,6 +636,6 @@ constructor.
[`after` callback]: #async_hooks_after_asyncid
[`before` callback]: #async_hooks_before_asyncid
-[`destroy` callback]: #async_hooks_before_asyncid
+[`destroy` callback]: #async_hooks_destroy_asyncid
[`init` callback]: #async_hooks_init_asyncid_type_triggerasyncid_resource
[Hook Callbacks]: #async_hooks_hook_callbacks