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.
StringDecoder
1 parent 62b2cf3 commit 650ea3bCopy full SHA for 650ea3b
doc/api/string_decoder.md
@@ -63,7 +63,7 @@ Creates a new `StringDecoder` instance.
63
added: v0.9.3
64
-->
65
66
-* `buffer` {Buffer|TypedArray|DataView} A `Buffer`, or `TypedArray`, or
+* `buffer` {string|Buffer|TypedArray|DataView} A `Buffer`, or `TypedArray`, or
67
`DataView` containing the bytes to decode.
68
* Returns: {string}
69
@@ -86,7 +86,7 @@ changes:
86
character instead of one for each individual byte.
87
88
89
90
91
92
0 commit comments