Skip to content

Commit 3c3a631

Browse files
tniessenMylesBorins
authored andcommittedFeb 13, 2018
doc: fix typo
PR-URL: #17900 Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 5b00ee3 commit 3c3a631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/api/crypto.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ added: v1.0.0
347347
When using an authenticated encryption mode (only `GCM` is currently
348348
supported), the `decipher.setAuthTag()` method is used to pass in the
349349
received _authentication tag_. If no tag is provided, or if the cipher text
350-
has been tampered with, [`decipher.final()`][] with throw, indicating that the
350+
has been tampered with, [`decipher.final()`][] will throw, indicating that the
351351
cipher text should be discarded due to failed authentication.
352352

353353
Returns `this` for method chaining.

0 commit comments

Comments
 (0)
Please sign in to comment.