We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e5994d commit b0c9b1fCopy full SHA for b0c9b1f
doc/api/buffer.md
@@ -96,7 +96,7 @@ The character encodings currently supported by Node.js are the following:
96
Converting a `Buffer` into a string using one of the above is referred to as
97
decoding, and converting a string into a `Buffer` is referred to as encoding.
98
99
-Node.js also supports the following two binary-to-text encodings. For
+Node.js also supports the following binary-to-text encodings. For
100
binary-to-text encodings, the naming convention is reversed: Converting a
101
`Buffer` into a string is typically referred to as encoding, and converting a
102
string into a `Buffer` as decoding.
0 commit comments