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:
Ruben Bridgewater 2019-01-21 01:22:27 +01:00
parent 7b674697d8
commit 9edce1e12a
No known key found for this signature in database
GPG key ID: F07496B3EB3C1762
200 changed files with 346 additions and 347 deletions

View file

@ -14,7 +14,7 @@ const {
const http2 = require('http2');
const { NghttpError } = require('internal/http2/util');
// tests error handling within requestOnConnect
// Tests error handling within requestOnConnect
// - NGHTTP2_ERR_STREAM_ID_NOT_AVAILABLE (should emit session error)
// - NGHTTP2_ERR_INVALID_ARGUMENT (should emit stream error)
// - every other NGHTTP2 error from binding (should emit session error)