Skip to content

Commit

Permalink
doc: clarify that APIs are no longer experimental
Browse files Browse the repository at this point in the history
Change "no longer considered experimental" to "no longer experimental".
It's more clear and direct.

PR-URL: #34113
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Zeyu Yang <himself65@outlook.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
Trott authored and MylesBorins committed Jul 16, 2020
1 parent ee6ccef commit 64bd518
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions doc/api/process.md
Expand Up @@ -1794,7 +1794,7 @@ added: v11.8.0
changes:
- version: v13.12.0
pr-url: https://github.com/nodejs/node/pull/32242
description: This API is no longer considered experimental.
description: This API is no longer experimental.
-->

* {Object}
Expand Down Expand Up @@ -1824,7 +1824,7 @@ added: v11.12.0
changes:
- version: v13.12.0
pr-url: https://github.com/nodejs/node/pull/32242
description: This API is no longer considered experimental.
description: This API is no longer experimental.
-->

* {string}
Expand All @@ -1843,7 +1843,7 @@ added: v11.12.0
changes:
- version: v13.12.0
pr-url: https://github.com/nodejs/node/pull/32242
description: This API is no longer considered experimental.
description: This API is no longer experimental.
-->

* {string}
Expand All @@ -1862,7 +1862,7 @@ added: v11.8.0
changes:
- version: v13.12.0
pr-url: https://github.com/nodejs/node/pull/32242
description: This API is no longer considered experimental.
description: This API is no longer experimental.
-->

* `err` {Error} A custom error used for reporting the JavaScript stack.
Expand Down Expand Up @@ -1905,7 +1905,7 @@ added: v11.12.0
changes:
- version: v13.12.0
pr-url: https://github.com/nodejs/node/pull/32242
description: This API is no longer considered experimental.
description: This API is no longer experimental.
-->

* {boolean}
Expand All @@ -1923,7 +1923,7 @@ added: v11.12.0
changes:
- version: v13.12.0
pr-url: https://github.com/nodejs/node/pull/32242
description: This API is no longer considered experimental.
description: This API is no longer experimental.
-->

* {boolean}
Expand All @@ -1940,7 +1940,7 @@ added: v11.12.0
changes:
- version: v13.12.0
pr-url: https://github.com/nodejs/node/pull/32242
description: This API is no longer considered experimental.
description: This API is no longer experimental.
-->

* {string}
Expand All @@ -1958,7 +1958,7 @@ added: v11.8.0
changes:
- version: v13.12.0
pr-url: https://github.com/nodejs/node/pull/32242
description: This API is no longer considered experimental.
description: This API is no longer experimental.
-->

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

0 comments on commit 64bd518

Please sign in to comment.