diff --git a/doc/api/crypto.md b/doc/api/crypto.md index 4dec3e0aca17f8..17d5a5c0faf2c7 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -317,7 +317,7 @@ added: v0.1.94 --> 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. Once the `decipher.final()` method has been called, the `Decipher` object can