Skip to content

Commit 64e1825

Browse files
Trottaddaleax
authored andcommitted
doc: clarify that APIs are no longer experimental
Change "no longer considered experimental" to "no longer experimental". It's more clear and direct. PR-URL: #34113 Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Zeyu Yang <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent e4ac393 commit 64e1825

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

doc/api/process.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1761,7 +1761,7 @@ added: v11.8.0
17611761
changes:
17621762
- version: v12.17.0
17631763
pr-url: https://github.com/nodejs/node/pull/32242
1764-
description: This API is no longer considered experimental.
1764+
description: This API is no longer experimental.
17651765
-->
17661766

17671767
* {Object}
@@ -1791,7 +1791,7 @@ added: v11.12.0
17911791
changes:
17921792
- version: v12.17.0
17931793
pr-url: https://github.com/nodejs/node/pull/32242
1794-
description: This API is no longer considered experimental.
1794+
description: This API is no longer experimental.
17951795
-->
17961796

17971797
* {string}
@@ -1810,7 +1810,7 @@ added: v11.12.0
18101810
changes:
18111811
- version: v12.17.0
18121812
pr-url: https://github.com/nodejs/node/pull/32242
1813-
description: This API is no longer considered experimental.
1813+
description: This API is no longer experimental.
18141814
-->
18151815

18161816
* {string}
@@ -1829,7 +1829,7 @@ added: v11.8.0
18291829
changes:
18301830
- version: v12.17.0
18311831
pr-url: https://github.com/nodejs/node/pull/32242
1832-
description: This API is no longer considered experimental.
1832+
description: This API is no longer experimental.
18331833
-->
18341834

18351835
* `err` {Error} A custom error used for reporting the JavaScript stack.
@@ -1872,7 +1872,7 @@ added: v11.12.0
18721872
changes:
18731873
- version: v12.17.0
18741874
pr-url: https://github.com/nodejs/node/pull/32242
1875-
description: This API is no longer considered experimental.
1875+
description: This API is no longer experimental.
18761876
-->
18771877

18781878
* {boolean}
@@ -1890,7 +1890,7 @@ added: v11.12.0
18901890
changes:
18911891
- version: v12.17.0
18921892
pr-url: https://github.com/nodejs/node/pull/32242
1893-
description: This API is no longer considered experimental.
1893+
description: This API is no longer experimental.
18941894
-->
18951895

18961896
* {boolean}
@@ -1907,7 +1907,7 @@ added: v11.12.0
19071907
changes:
19081908
- version: v12.17.0
19091909
pr-url: https://github.com/nodejs/node/pull/32242
1910-
description: This API is no longer considered experimental.
1910+
description: This API is no longer experimental.
19111911
-->
19121912

19131913
* {string}
@@ -1925,7 +1925,7 @@ added: v11.8.0
19251925
changes:
19261926
- version: v12.17.0
19271927
pr-url: https://github.com/nodejs/node/pull/32242
1928-
description: This API is no longer considered experimental.
1928+
description: This API is no longer experimental.
19291929
-->
19301930

19311931
* `filename` {string} Name of the file where the report is written. This

0 commit comments

Comments
 (0)