Skip to content

Commit

Permalink
doc: add and unify return statements in crypto.md
Browse files Browse the repository at this point in the history
Conform return statements to the style guide and tool parsers.

Also bring back a description fragment
that seems to be erroneously deleted in
nodejs@1e07acd

PR-URL: nodejs#19853
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
  • Loading branch information
vsemozhetbyt authored and BridgeAR committed May 1, 2018
1 parent 7f8eba7 commit 0613902
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions doc/api/crypto.md
Expand Up @@ -1673,9 +1673,8 @@ console.log(aliceSecret === bobSecret);
<!-- YAML
added: REPLACEME
-->

Returns `true` if and only if a FIPS compliant crypto provider is
currently in use.
- Returns: {boolean} `true` if and only if a FIPS compliant crypto provider is
currently in use.

### crypto.getHashes()
<!-- YAML
Expand Down

0 comments on commit 0613902

Please sign in to comment.