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:
Ruben Bridgewater 2018-12-10 13:27:32 +01:00
parent be3ae33936
commit 50dd555910
No known key found for this signature in database
GPG key ID: F07496B3EB3C1762
200 changed files with 347 additions and 347 deletions

View file

@ -151,7 +151,7 @@ class TestWriter extends EE {
// Verify unpipe
const r = new TestReader(5);
// unpipe after 3 writes, then write to another stream instead.
// Unpipe after 3 writes, then write to another stream instead.
let expect = [ 'xxxxx',
'xxxxx',
'xxxxx',
@ -227,7 +227,7 @@ class TestWriter extends EE {
// Verify multi-unpipe
const r = new TestReader(5);
// unpipe after 3 writes, then write to another stream instead.
// Unpipe after 3 writes, then write to another stream instead.
let expect = [ 'xxxxx',
'xxxxx',
'xxxxx',