We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80a3934 commit 4fa84c9Copy full SHA for 4fa84c9
doc/api/crypto.md
@@ -935,8 +935,8 @@ of two ways:
935
- Using the [`verify.update()`][] and [`verify.verify()`][] methods to verify
936
the signature.
937
938
- The [`crypto.createSign()`][] method is used to create `Sign` instances.
939
- `Sign` objects are not to be created directly using the `new` keyword.
+The [`crypto.createVerify()`][] method is used to create `Verify` instances.
+`Verify` objects are not to be created directly using the `new` keyword.
940
941
Example: Using `Verify` objects as streams:
942
0 commit comments