diff --git a/doc/api/dns.md b/doc/api/dns.md index e70ee403627473..a22af1280ac531 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`. diff --git a/doc/api/fs.md b/doc/api/fs.md index 50ab633b74d490..34a1472e422ca6 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -3726,8 +3726,6 @@ this API: [`fs.write(fd, string...)`][]. ## fs Promises API -> Stability: 2 - Stable - The `fs.promises` API provides an alternative set of asynchronous file system methods that return `Promise` objects rather than using callbacks. The API is accessible via `require('fs').promises`. diff --git a/doc/api/stream.md b/doc/api/stream.md index 084117e6599960..57babaf3020952 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -1319,8 +1319,6 @@ changes: description: Symbol.asyncIterator support is no longer experimental. --> -> Stability: 2 - Stable - * Returns: {AsyncIterator} to fully consume the stream. ```js