We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd1a48c commit 9e68b8dCopy full SHA for 9e68b8d
doc/api/crypto.md
@@ -910,8 +910,8 @@ of two ways:
910
- Using the [`verify.update()`][] and [`verify.verify()`][] methods to verify
911
the signature.
912
913
- The [`crypto.createSign()`][] method is used to create `Sign` instances.
914
- `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.
915
916
Example: Using `Verify` objects as streams:
917
0 commit comments