doc: fix typo for decipher.final.

The `output_encoding` parameter should be as the same as
`decipher.update`.

PR-URL: https://github.com/nodejs/node/pull/10086
Reviewed-By: Anna Henningsen <anna@addaleax.net>
This commit is contained in:
iamchenxin 2016-12-02 00:14:26 -07:00 committed by Anna Henningsen
parent a90bcfea41
commit ca9784e358
No known key found for this signature in database
GPG Key ID: D8B9F5AEAE84E4CF

View File

@ -317,7 +317,7 @@ added: v0.1.94
--> -->
Returns any remaining deciphered contents. If `output_encoding` Returns any remaining deciphered contents. If `output_encoding`
parameter is one of `'latin1'`, `'base64'` or `'hex'`, a string is returned. parameter is one of `'latin1'`, `'ascii'` or `'utf8'`, a string is returned.
If an `output_encoding` is not provided, a [`Buffer`][] is returned. If an `output_encoding` is not provided, a [`Buffer`][] is returned.
Once the `decipher.final()` method has been called, the `Decipher` object can Once the `decipher.final()` method has been called, the `Decipher` object can