We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c6d602 commit 4ad979dCopy full SHA for 4ad979d
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