mirror of
https://github.com/nodejs/node.git
synced 2025-08-16 06:08:50 +02:00
benchmark,doc,lib,test: capitalize comments
This updates a lot of comments. PR-URL: https://github.com/nodejs/node/pull/26223 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
This commit is contained in:
parent
7b674697d8
commit
9edce1e12a
200 changed files with 346 additions and 347 deletions
|
@ -61,7 +61,7 @@ server.once('request', common.mustCall((req, res) => {
|
|||
}));
|
||||
|
||||
server.listen(0, function() {
|
||||
// just make a request, other tests handle responses
|
||||
// Just make a request, other tests handle responses
|
||||
http.get({ port: this.address().port }, (res) => {
|
||||
res.resume();
|
||||
// do it again to test .end(Buffer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue