Skip to content

Commit 4281423

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 4281423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/crypto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2871,7 +2871,7 @@ 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
2874+
* {Object} An object containing commonly used constants for crypto and
28752875
security related operations. The specific constants currently defined are
28762876
described in [Crypto constants][].
28772877

0 commit comments

Comments
 (0)