Skip to content

Commit f8763bb

Browse files
committedMar 9, 2019
benchmark,doc,lib,test: capitalize comments
PR-URL: nodejs#26483 Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
1 parent 01a5300 commit f8763bb

File tree

230 files changed

+464
-467
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

230 files changed

+464
-467
lines changed
 

‎benchmark/_cli.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function CLI(usage, settings) {
6565
// item arguments
6666
this.items.push(arg);
6767

68-
// the next value must be an item
68+
// The next value must be an item
6969
mode = 'item';
7070
} else {
7171
// Bad case, abort

‎benchmark/net/net-c2s-cork.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// test the speed of .pipe() with sockets
1+
// Test the speed of .pipe() with sockets
22
'use strict';
33

44
const common = require('../common.js');
@@ -78,7 +78,7 @@ Writer.prototype.write = function(chunk, encoding, cb) {
7878
return true;
7979
};
8080

81-
// doesn't matter, never emits anything.
81+
// Doesn't matter, never emits anything.
8282
Writer.prototype.on = function() {};
8383
Writer.prototype.once = function() {};
8484
Writer.prototype.emit = function() {};

0 commit comments

Comments
 (0)