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
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/async_hooks.md')
-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 77a6c165989..709a12d3869 100644
--- a/doc/api/async_hooks.md
+++ b/doc/api/async_hooks.md
@@ -70,7 +70,7 @@ function destroy(asyncId) { }
#### `async_hooks.createHook(callbacks)`
<!-- YAML
-added: REPLACEME
+added: v8.1.0
-->
* `callbacks` {Object} the callbacks to register