Skip to content

Commit f712c2b

Browse files
fanatidMyles Borins
authored andcommitted
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 192b805 commit f712c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/crypto.markdown

Lines changed: 1 addition & 1 deletion
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)