Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
  • Loading branch information
tniessen committed Sep 2, 2022
commit 4182d2fcabd76877a2ae3186a363fa7dd9a80103
8 changes: 5 additions & 3 deletions doc/api/crypto.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down