diff --git a/doc/api/crypto.md b/doc/api/crypto.md index 864b357d452..59b7c4bf00e 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -2853,9 +2853,11 @@ Does not perform any other validation checks on the certificate. added: v6.3.0 --> -* Returns: {Object} An object containing commonly used constants for crypto and - security related operations. The specific constants currently defined are - described in [Crypto constants][]. +* {Object} + +An object containing commonly used constants for crypto and security related +operations. The specific constants currently defined are described in +[Crypto constants][]. ### `crypto.DEFAULT_ENCODING`