Skip to content

Commit 5c61c5d

Browse files
committed
doc: order deprecation reasons
PR-URL: #27960 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Yongsheng Zhang <[email protected]>
1 parent 965ffc4 commit 5c61c5d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

doc/api/deprecations.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
<!--introduced_in=v7.7.0-->
44
<!-- type=misc -->
55

6-
Node.js may deprecate APIs when either: (a) use of the API is considered to be
7-
unsafe, (b) an improved alternative API is available, or (c) breaking changes to
8-
the API are expected in a future major release.
6+
Node.js may deprecate APIs for any of the following reasons:
7+
8+
* Use of the API is considered to be unsafe.
9+
* An improved alternative API is available.
10+
* Breaking changes to the API are expected in a future major release.
911

1012
Node.js utilizes three kinds of Deprecations:
1113

0 commit comments

Comments
 (0)