Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@tnie.de>2022-09-02 18:58:14 +0300
committerGitHub <noreply@github.com>2022-09-02 18:58:14 +0300
commit729ce827fb2ee148dd83b6394cdde03cb979e241 (patch)
tree1a8037e8e273dad58776da75bb851b15fd01f88e /doc/api/crypto.md
parente0d2bfd4840934154772f6fc769b5e39a5d226be (diff)
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 <duhamelantoine1995@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Harshitha K P <harshitha014@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'doc/api/crypto.md')
-rw-r--r--doc/api/crypto.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/api/crypto.md b/doc/api/crypto.md
index eba74af97ec..dc581cbd82b 100644
--- a/doc/api/crypto.md
+++ b/doc/api/crypto.md
@@ -2871,9 +2871,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`