doc: fix crypto "decipher.setAAD()" typo

PR-URL: https://github.com/nodejs/node/pull/9782
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed-By: Italo A. Casas <me@italoacasas.com>
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
This commit is contained in:
子丶言 2016-11-24 16:28:02 +08:00 committed by Italo A. Casas
parent 5cf0157b82
commit 7eb2e3ff66

View File

@ -330,7 +330,7 @@ added: v1.0.0
-->
When using an authenticated encryption mode (only `GCM` is currently
supported), the `cipher.setAAD()` method sets the value used for the
supported), the `decipher.setAAD()` method sets the value used for the
_additional authenticated data_ (AAD) input parameter.
Returns `this` for method chaining.