Skip to content

Commit 00b200f

Browse files
fanatidsilverwind
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 d3f3e18 commit 00b200f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/crypto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ console.log(sign.sign(private_key, 'hex'));
734734
// Prints the calculated signature
735735
```
736736

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

0 commit comments

Comments
 (0)