benchmark,doc,lib,test: capitalize comments

PR-URL: https://github.com/nodejs/node/pull/26483
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
This commit is contained in:
Ruben Bridgewater 2019-03-07 01:03:53 +01:00
parent 01a5300f3f
commit f8763bb077
No known key found for this signature in database
GPG key ID: F07496B3EB3C1762
230 changed files with 464 additions and 467 deletions

View file

@ -29,7 +29,7 @@ let testURL;
// make sure the basics work
function check(request) {
// default method should still be get
// Default method should still be 'GET'
assert.strictEqual(request.method, 'GET');
// There are no URL params, so you should not see any
assert.strictEqual(request.url, '/');