Skip to content

Commit c654184

Browse files
fanatidMyles Borins
authored and
Myles Borins
committed
doc: remove link to Sign in crypto.md
PR-URL: #6812 Reviewed-By: Brian White <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
1 parent 3e9288e commit c654184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/crypto.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ console.log(sign.sign(private_key, 'hex'));
719719
// Prints the calculated signature
720720
```
721721

722-
A [`sign`][] instance can also be created by just passing in the digest
722+
A `Sign` instance can also be created by just passing in the digest
723723
algorithm name, in which case OpenSSL will infer the full signature algorithm
724724
from the type of the PEM-formatted private key, including algorithms that
725725
do not have directly exposed name constants, e.g. 'ecdsa-with-SHA256'.

0 commit comments

Comments
 (0)