From 9d30f0542c1f49bb39a84deb4a9eeb935120e020 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sun, 28 Jun 2020 21:08:22 -0700 Subject: [PATCH] doc: change "currently not considered public" to "not supported" PR-URL: https://github.com/nodejs/node/pull/34114 Reviewed-By: Trivikram Kamat Reviewed-By: Anna Henningsen --- doc/api/async_hooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/async_hooks.md b/doc/api/async_hooks.md index b3aec8cce457f5..7bbff4cddbce57 100644 --- a/doc/api/async_hooks.md +++ b/doc/api/async_hooks.md @@ -304,7 +304,7 @@ been initialized. This can contain useful information that can vary based on the value of `type`. For instance, for the `GETADDRINFOREQWRAP` resource type, `resource` provides the host name used when looking up the IP address for the host in `net.Server.listen()`. The API for accessing this information is -currently not considered public, but using the Embedder API, users can provide +not supported, but using the Embedder API, users can provide and document their own resource objects. For example, such a resource object could contain the SQL query being executed.