From 42814232ab3e3f323872f606e6831bbea5fd0fed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Thu, 1 Sep 2022 16:19:00 +0000 Subject: [PATCH] doc: do not use "Returns:" for crypto.constants This is not a function and should not use the term "return" to describe its type or value. --- doc/api/crypto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/crypto.md b/doc/api/crypto.md index eba74af97ecfbc..caa4607e1ab7d9 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -2871,7 +2871,7 @@ 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 +* {Object} An object containing commonly used constants for crypto and security related operations. The specific constants currently defined are described in [Crypto constants][].