summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2018-05-04 10:03:45 -0700
committerRich Trott <rtrott@gmail.com>2018-05-07 11:16:36 -0700
commitef37f09b47b0758987c9cd23d6054a0237cae437 (patch)
tree916f50bf5bdfea1a57a948d2a560f39ff019d8e1 /doc
parent0b03d91d62afba2b0e52633982dbbd0dcf3c38a6 (diff)
downloadandroid-node-v8-ef37f09b47b0758987c9cd23d6054a0237cae437.tar.gz
android-node-v8-ef37f09b47b0758987c9cd23d6054a0237cae437.tar.bz2
android-node-v8-ef37f09b47b0758987c9cd23d6054a0237cae437.zip
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 <vsemozhetbyt@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/deprecations.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index bd91d59e70..01902cd391 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.
<a id="DEP0083"></a>
### DEP0083: Disabling ECDH by setting ecdhCurve to false