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.

PR-URL: #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>
  • Loading branch information
tniessen authored and RafaelGSS committed Sep 7, 2022
1 parent cf19a79 commit 05006ed
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions doc/api/crypto.md
Expand Up @@ -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`

Expand Down

0 comments on commit 05006ed

Please sign in to comment.