File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -63,8 +63,8 @@ Creates a new `StringDecoder` instance.
63
63
added: v0.9.3
64
64
-->
65
65
66
- * ` buffer ` {string|Buffer|TypedArray|DataView} A ` Buffer ` , or ` TypedArray ` , or
67
- ` DataView ` containing the bytes to decode.
66
+ * ` buffer ` {string|Buffer|TypedArray|DataView} A ` string ` , or ` Buffer ` , or
67
+ ` TypedArray ` , or ` DataView ` containing the bytes to decode.
68
68
* Returns: {string}
69
69
70
70
Returns any remaining input stored in the internal buffer as a string. Bytes
@@ -86,8 +86,8 @@ changes:
86
86
character instead of one for each individual byte.
87
87
-->
88
88
89
- * ` buffer ` {string|Buffer|TypedArray|DataView} A ` Buffer ` , or ` TypedArray ` , or
90
- ` DataView ` containing the bytes to decode.
89
+ * ` buffer ` {string|Buffer|TypedArray|DataView} A ` string ` , or ` Buffer ` , or
90
+ ` TypedArray ` , or ` DataView ` containing the bytes to decode.
91
91
* Returns: {string}
92
92
93
93
Returns a decoded string, ensuring that any incomplete multibyte characters at
You can’t perform that action at this time.
0 commit comments