mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
benchmark,doc,lib: capitalize more comments
PR-URL: https://github.com/nodejs/node/pull/26849 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
This commit is contained in:
@@ -33,7 +33,7 @@ const options = {
|
||||
cert: fixtures.readKey('agent1-cert.pem')
|
||||
};
|
||||
|
||||
// a server that never replies
|
||||
// A server that never replies
|
||||
const server = https.createServer(options, function() {
|
||||
console.log('Got request. Doing nothing.');
|
||||
}).listen(0, common.mustCall(function() {
|
||||
|
||||
Reference in New Issue
Block a user