diff options
Diffstat (limited to 'doc/api/async_hooks.md')
-rw-r--r-- | doc/api/async_hooks.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/async_hooks.md b/doc/api/async_hooks.md index 51792e2dd1..70c31c8a42 100644 --- a/doc/api/async_hooks.md +++ b/doc/api/async_hooks.md @@ -462,7 +462,7 @@ init for PROMISE with id 6, trigger id: 5 # the Promise returned by then() #### `async_hooks.executionAsyncResource()` <!-- YAML -added: REPLACEME +added: v13.9.0 --> * Returns: {Object} The resource representing the current execution. |