We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 454beb5 commit a2d155aCopy full SHA for a2d155a
doc/api/stream.md
@@ -599,7 +599,7 @@ changes:
599
not operating in object mode, `chunk` must be a string, `Buffer` or
600
`Uint8Array`. For object mode streams, `chunk` may be any JavaScript value
601
other than `null`.
602
-* `encoding` {string|null} The encoding, if `chunk` is a string. **Default:** `'utf8'`
+* `encoding` {string|null} The encoding,if `chunk` is a string. **Default:** `'utf8'`
603
* `callback` {Function} Callback for when this chunk of data is flushed
604
* Returns: {boolean} `false` if the stream wishes for the calling code to
605
wait for the `'drain'` event to be emitted before continuing to write
0 commit comments