From eb05db907a13e5f7a4b28e085a892e84505f5cae Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 6 Jun 2019 04:15:36 -0700 Subject: [PATCH] doc: edit reason-for-deprecation text It's not clear (to me, at least) how describing an API as "considered to be unsafe" differs from describing it as simply "unsafe". Use the shorter, latter wording. PR-URL: https://github.com/nodejs/node/pull/28098 Reviewed-By: Colin Ihrig Reviewed-By: Trivikram Kamat Reviewed-By: Anto Aravinth --- doc/api/deprecations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 998318a6d1ad3e..e375e7a5ba12be 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -5,7 +5,7 @@ Node.js may deprecate APIs for any of the following reasons: -* Use of the API is considered to be unsafe. +* Use of the API is unsafe. * An improved alternative API is available. * Breaking changes to the API are expected in a future major release.