From 05006eddb204032819ec6ecb9c48000aaa30ff03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Fri, 2 Sep 2022 17:58:14 +0200 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. PR-URL: https://github.com/nodejs/node/pull/44481 Reviewed-By: Antoine du Hamel Reviewed-By: Luigi Pinca Reviewed-By: Harshitha K P Reviewed-By: Colin Ihrig --- doc/api/crypto.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/api/crypto.md b/doc/api/crypto.md index 8c9365b5bdbe87..385dff2b808ded 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -2865,9 +2865,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`