We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeee956 commit d7c6edbCopy full SHA for d7c6edb
lib/_stream_writable.js
@@ -1,5 +1,5 @@
1
// A bit simpler than readable streams.
2
-// Implement an async ._write(chunk, cb), and it'll handle all
+// Implement an async ._write(chunk, encoding, cb), and it'll handle all
3
// the drain event emission and buffering.
4
5
'use strict';
0 commit comments