summaryrefslogtreecommitdiff
path: root/doc/api/crypto.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/crypto.md')
-rw-r--r--doc/api/crypto.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/crypto.md b/doc/api/crypto.md
index ea38da218a..bd6cc03291 100644
--- a/doc/api/crypto.md
+++ b/doc/api/crypto.md
@@ -1407,6 +1407,7 @@ deprecated: v0.11.13
> Stability: 0 - Deprecated: Use [`tls.createSecureContext()`][] instead.
- `details` {Object} Identical to [`tls.createSecureContext()`][].
+- Returns: {tls.SecureContext}
The `crypto.createCredentials()` method is a deprecated function for creating
and returning a `tls.SecureContext`. It should not be used. Replace it with