X Tutup
The Wayback Machine - https://web.archive.org/web/20220320021010/https://github.com/nodejs/node/commit/9166653aef
Skip to content
Permalink
Browse files
doc: fix legacy stability indicator display
PR-URL: #37838
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
  • Loading branch information
Trott authored and targos committed May 1, 2021
1 parent 2e0266d commit 9166653aef3d70829e9637d370637ab1c0b89a7a
Showing with 2 additions and 2 deletions.
  1. +2 −2 doc/api/documentation.md
@@ -40,8 +40,8 @@ The stability indices are as follows:
<!-- separator -->

> Stability: 3 - Legacy. The feature is no longer recommended for use. While it
likely will not be removed, and is still covered by semantic-versioning
guarantees, use of the feature should be avoided.
> likely will not be removed, and is still covered by semantic-versioning
> guarantees, use of the feature should be avoided.
Use caution when making use of Experimental features, particularly within
modules. Users may not be aware that experimental features are being used.

0 comments on commit 9166653

Please sign in to comment.
X Tutup