mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 21:58:48 +02:00
doc,lib,test: capitalize comment sentences
This activates the eslint capitalize comment rule for comments above 50 characters. PR-URL: https://github.com/nodejs/node/pull/24996 Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
parent
be3ae33936
commit
50dd555910
200 changed files with 347 additions and 347 deletions
|
@ -51,7 +51,7 @@ const server = http.createServer(function(req, res) {
|
|||
server.listen(0, common.mustCall(function() {
|
||||
const countdown = new Countdown(runCount, () => server.close());
|
||||
for (let n = 1; n <= runCount; n++) {
|
||||
// this runs twice, the first time, the server will use
|
||||
// This runs twice, the first time, the server will use
|
||||
// setHeader, the second time it uses writeHead. The
|
||||
// result on the client side should be the same in
|
||||
// either case -- only the first instance of the header
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue