From 1ad2cf55b7bc80acdd8f842e46cd3635d927e8f4 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 --- 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 169b5a51315465..b745bcfd7e9332 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.