diff --git a/doc/api/buffer.md b/doc/api/buffer.md index d54e8e3ab8dacd..154f05ae3a39ef 100644 --- a/doc/api/buffer.md +++ b/doc/api/buffer.md @@ -96,7 +96,7 @@ The character encodings currently supported by Node.js are the following: Converting a `Buffer` into a string using one of the above is referred to as decoding, and converting a string into a `Buffer` is referred to as encoding. -Node.js also supports the following two binary-to-text encodings. For +Node.js also supports the following binary-to-text encodings. For binary-to-text encodings, the naming convention is reversed: Converting a `Buffer` into a string is typically referred to as encoding, and converting a string into a `Buffer` as decoding.