From 44f80caacbdfc927985ac3b1ad4dbbce375ba974 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 4 May 2018 10:00:19 -0700 Subject: [PATCH] doc: fix text for DEP0085 Fix a typographical error in deprecation text. Convert run-on sentence to two sentences (one in parentheses). PR-URL: https://github.com/nodejs/node/pull/20519 Reviewed-By: Vse Mozhet Byt Reviewed-By: Refael Ackermann Reviewed-By: Luigi Pinca Reviewed-By: Ruben Bridgewater Reviewed-By: James M Snell Reviewed-By: Trivikram Kamat --- doc/api/deprecations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index c4119d8649ac13..1754d4b831d638 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -798,8 +798,8 @@ code modification is necessary if that is done. Type: End-of-Life -The AsyncHooks Sensitive API was never documented and had various of minor -issues, see https://github.com/nodejs/node/issues/15572. Use the `AsyncResource` +The AsyncHooks Sensitive API was never documented and had various minor issues. +(See https://github.com/nodejs/node/issues/15572.) Use the `AsyncResource` API instead.