Skip to content

Commit

Permalink
doc: do not use "Returns:" for crypto.constants
Browse files Browse the repository at this point in the history
This is not a function and should not use the term "return" to describe
its type or value.
  • Loading branch information
tniessen committed Sep 1, 2022
1 parent 82cfb50 commit 4281423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/crypto.md
Expand Up @@ -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][].

Expand Down

0 comments on commit 4281423

Please sign in to comment.