Skip to content

Commit ec9ba4b

Browse files
cjihrigtargos
authored andcommitted
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: #28485 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Anto Aravinth <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent 0a0832f commit ec9ba4b

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

doc/api/dns.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -591,8 +591,6 @@ earlier ones time out or result in some other error.
591591

592592
## DNS Promises API
593593

594-
> Stability: 2 - Stable
595-
596594
The `dns.promises` API provides an alternative set of asynchronous DNS methods
597595
that return `Promise` objects rather than using callbacks. The API is accessible
598596
via `require('dns').promises`.

doc/api/fs.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3726,8 +3726,6 @@ this API: [`fs.write(fd, string...)`][].
37263726

37273727
## fs Promises API
37283728

3729-
> Stability: 2 - Stable
3730-
37313729
The `fs.promises` API provides an alternative set of asynchronous file system
37323730
methods that return `Promise` objects rather than using callbacks. The
37333731
API is accessible via `require('fs').promises`.

doc/api/stream.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1319,8 +1319,6 @@ changes:
13191319
description: Symbol.asyncIterator support is no longer experimental.
13201320
-->
13211321

1322-
> Stability: 2 - Stable
1323-
13241322
* Returns: {AsyncIterator} to fully consume the stream.
13251323

13261324
```js

0 commit comments

Comments
 (0)