From faa81937a500deb656748cabb6dc3eb58688b4cb Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 4 May 2018 10:03:45 -0700 Subject: [PATCH] doc: edit text for DEP0082 Make deprecation text more concise and direct. 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 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 1754d4b831d638..de7c2f2a2ef17c 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -748,9 +748,8 @@ file descriptors. Type: Runtime -`REPLServer.prototype.memory()` is a function only necessary for the -internal mechanics of the `REPLServer` itself, and is therefore not -necessary in user space. +`REPLServer.prototype.memory()` is only necessary for the internal mechanics of +the `REPLServer` itself. Do not use this function. ### DEP0083: Disabling ECDH by setting ecdhCurve to false