Skip to content

Commit 3de5713

Browse files
committed
fixup! benchmark,doc,lib: capitalize more comments
1 parent 00b4ff0 commit 3de5713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-stream-big-push.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ r._read = common.mustCall(_read, 3);
5252
r.on('end', common.mustCall());
5353

5454
// Push some data in to start.
55-
// we've never gotten any read event at this point.
55+
// We've never gotten any read event at this point.
5656
const ret = r.push(str);
5757
// Should be false. > hwm
5858
assert(!ret);

0 commit comments

Comments
 (0)