From 5694171be6f09fdb5cac658cb0302b6b95590596 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 60ca92a84101c5..69913686a8028d 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.