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 a3ba4ff commit 5396408Copy full SHA for 5396408
doc/api/crypto.md
@@ -925,8 +925,8 @@ of two ways:
925
- Using the [`verify.update()`][] and [`verify.verify()`][] methods to verify
926
the signature.
927
928
- The [`crypto.createSign()`][] method is used to create `Sign` instances.
929
- `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.
930
931
Example: Using `Verify` objects as streams:
932
0 commit comments