summaryrefslogtreecommitdiff
path: root/doc/api/deprecations.md
diff options
context:
space:
mode:
authorTrivikram Kamat <16024985+trivikr@users.noreply.github.com>2019-05-29 15:57:26 -0700
committerTrivikram Kamat <16024985+trivikr@users.noreply.github.com>2019-06-05 22:49:06 -0700
commit5c61c5d152aedfe992fd42b3d51823b16a547b21 (patch)
treef46e90fa89ee62d68b73cf79e30a19574bca8876 /doc/api/deprecations.md
parent965ffc4cb9a55d26192a95485b57afe4573990b0 (diff)
downloadandroid-node-v8-5c61c5d152aedfe992fd42b3d51823b16a547b21.tar.gz
android-node-v8-5c61c5d152aedfe992fd42b3d51823b16a547b21.tar.bz2
android-node-v8-5c61c5d152aedfe992fd42b3d51823b16a547b21.zip
doc: order deprecation reasons
PR-URL: https://github.com/nodejs/node/pull/27960 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Diffstat (limited to 'doc/api/deprecations.md')
-rw-r--r--doc/api/deprecations.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index 3b5216b997..7f4273f82a 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -3,9 +3,11 @@
<!--introduced_in=v7.7.0-->
<!-- type=misc -->
-Node.js may deprecate APIs when either: (a) use of the API is considered to be
-unsafe, (b) an improved alternative API is available, or (c) breaking changes to
-the API are expected in a future major release.
+Node.js may deprecate APIs for any of the following reasons:
+
+* Use of the API is considered to be unsafe.
+* An improved alternative API is available.
+* Breaking changes to the API are expected in a future major release.
Node.js utilizes three kinds of Deprecations: