diff options
author | Rich Trott <rtrott@gmail.com> | 2018-05-04 10:03:45 -0700 |
---|---|---|
committer | Rich Trott <rtrott@gmail.com> | 2018-05-07 11:16:36 -0700 |
commit | ef37f09b47b0758987c9cd23d6054a0237cae437 (patch) | |
tree | 916f50bf5bdfea1a57a948d2a560f39ff019d8e1 | |
parent | 0b03d91d62afba2b0e52633982dbbd0dcf3c38a6 (diff) | |
download | node-new-ef37f09b47b0758987c9cd23d6054a0237cae437.tar.gz |
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>
-rw-r--r-- | doc/api/deprecations.md | 5 |
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 |