Skip to content

Commit 4182d2f

Browse files
committed
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.
1 parent 82cfb50 commit 4182d2f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

doc/api/crypto.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -2871,9 +2871,11 @@ Does not perform any other validation checks on the certificate.
28712871
added: v6.3.0
28722872
-->
28732873

2874-
* Returns: {Object} An object containing commonly used constants for crypto and
2875-
security related operations. The specific constants currently defined are
2876-
described in [Crypto constants][].
2874+
* {Object}
2875+
2876+
An object containing commonly used constants for crypto and security related
2877+
operations. The specific constants currently defined are described in
2878+
[Crypto constants][].
28772879

28782880
### `crypto.DEFAULT_ENCODING`
28792881

0 commit comments

Comments
 (0)