Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 85b74de

Browse filesBrowse files
fabiosantoscodebrendanashworth
authored andcommitted
stream: fix signature of _write() in a comment
This comment was a bit misleading, since it was missing the `encoding` argument. PR-URL: #3248 Reviewed-By: Brendan Ashworth <brendan.ashworth@me.com>
1 parent 81503e5 commit 85b74de
Copy full SHA for 85b74de

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎lib/_stream_writable.js‎

Copy file name to clipboardExpand all lines: lib/_stream_writable.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// A bit simpler than readable streams.
2-
// Implement an async ._write(chunk, cb), and it'll handle all
2+
// Implement an async ._write(chunk, encoding, cb), and it'll handle all
33
// the drain event emission and buffering.
44

55
'use strict';

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.