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 b69c710 commit 3ae37b2Copy full SHA for 3ae37b2
doc/api/crypto.md
@@ -368,7 +368,7 @@ changes:
368
When using an authenticated encryption mode (only `GCM` is currently
369
supported), the `decipher.setAuthTag()` method is used to pass in the
370
received _authentication tag_. If no tag is provided, or if the cipher text
371
-has been tampered with, [`decipher.final()`][] with throw, indicating that the
+has been tampered with, [`decipher.final()`][] will throw, indicating that the
372
cipher text should be discarded due to failed authentication.
373
374
The `decipher.setAuthTag()` method must be called before
0 commit comments