Skip to content

Commit

Permalink
fixup! benchmark,doc,lib: capitalize more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
BridgeAR committed Mar 25, 2019
1 parent 00b4ff0 commit 3de5713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-stream-big-push.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ r._read = common.mustCall(_read, 3);
r.on('end', common.mustCall());

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

0 comments on commit 3de5713

Please sign in to comment.