Skip to content

Commit bc31b48

Browse files
TrottMylesBorins
authored andcommitted
doc: edit text for DEP0082
Make deprecation text more concise and direct. PR-URL: #20519 Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent 44f80ca commit bc31b48

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/api/deprecations.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -748,9 +748,8 @@ file descriptors.
748748
749749
Type: Runtime
750750
751-
`REPLServer.prototype.memory()` is a function only necessary for the
752-
internal mechanics of the `REPLServer` itself, and is therefore not
753-
necessary in user space.
751+
`REPLServer.prototype.memory()` is only necessary for the internal mechanics of
752+
the `REPLServer` itself. Do not use this function.
754753
755754
<a id="DEP0083"></a>
756755
### DEP0083: Disabling ECDH by setting ecdhCurve to false

0 commit comments

Comments
 (0)