summaryrefslogtreecommitdiff
path: root/doc/api/dns.md
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2019-06-30 13:06:38 -0400
committercjihrig <cjihrig@gmail.com>2019-07-02 13:13:03 -0400
commit5ab24edb025f8433d6f971d1cf8f9c51023a4f63 (patch)
tree4525c4289757ddb7c734f8c0b5a2153cc7591455 /doc/api/dns.md
parente1f27efebfa98261b428ee3ab7c4cfb422a0082b (diff)
downloadandroid-node-v8-5ab24edb025f8433d6f971d1cf8f9c51023a4f63.tar.gz
android-node-v8-5ab24edb025f8433d6f971d1cf8f9c51023a4f63.tar.bz2
android-node-v8-5ab24edb025f8433d6f971d1cf8f9c51023a4f63.zip
doc: remove unnecessary stability specifiers
If a top level module is listed as Stable, there is no need to call out individual components of that module as Stable. The extra text is just distracting. PR-URL: https://github.com/nodejs/node/pull/28485 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'doc/api/dns.md')
-rw-r--r--doc/api/dns.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/api/dns.md b/doc/api/dns.md
index e70ee40362..a22af1280a 100644
--- a/doc/api/dns.md
+++ b/doc/api/dns.md
@@ -591,8 +591,6 @@ earlier ones time out or result in some other error.
## DNS Promises API
-> Stability: 2 - Stable
-
The `dns.promises` API provides an alternative set of asynchronous DNS methods
that return `Promise` objects rather than using callbacks. The API is accessible
via `require('dns').promises`.