We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0346043 commit b79b82dCopy full SHA for b79b82d
doc/api/buffer.md
@@ -99,7 +99,7 @@ The character encodings currently supported by Node.js are the following:
99
Converting a `Buffer` into a string using one of the above is referred to as
100
decoding, and converting a string into a `Buffer` is referred to as encoding.
101
102
-Node.js also supports the following two binary-to-text encodings. For
+Node.js also supports the following binary-to-text encodings. For
103
binary-to-text encodings, the naming convention is reversed: Converting a
104
`Buffer` into a string is typically referred to as encoding, and converting a
105
string into a `Buffer` as decoding.
0 commit comments