From 7e0ddf66b9e09a27e0761b487342027ed6284027 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Thu, 21 Feb 2019 21:45:41 +0100 Subject: [PATCH] doc: fix deprecation "End-of-Life" capitalization PR-URL: https://github.com/nodejs/node/pull/26251 Reviewed-By: Richard Lau Reviewed-By: Ruben Bridgewater Reviewed-By: Rich Trott Reviewed-By: Colin Ihrig Reviewed-By: Luigi Pinca Reviewed-By: James M Snell --- 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 4fac769cc67..459fdbbd992 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -1284,7 +1284,7 @@ changes: description: End-of-Life. --> -Type: End-Of-Life +Type: End-of-Life `--debug` activates the legacy V8 debugger interface, which was removed as of V8 5.8. It is replaced by Inspector which is activated with `--inspect` @@ -2186,7 +2186,7 @@ changes: description: Runtime deprecation. --> -Type: End-Of-Life +Type: End-of-Life The `crypto._toBuf()` function was not designed to be used by modules outside of Node.js core and was removed.