From d0d7522011a297199a5eba5ba3b97c978b77952b Mon Sep 17 00:00:00 2001 From: Stephen Belanger Date: Mon, 16 Dec 2019 13:39:22 -0800 Subject: [PATCH] Update docs to use executionAsyncResource --- doc/api/async_hooks.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/api/async_hooks.md b/doc/api/async_hooks.md index 0eb2c3b1bbbfd8..0758be2e3c8e4a 100644 --- a/doc/api/async_hooks.md +++ b/doc/api/async_hooks.md @@ -460,7 +460,7 @@ init for PROMISE with id 6, trigger id: 5 # the Promise returned by then() after 6 ``` -#### async_hooks.currentResource() +#### async_hooks.executionAsyncResource()