diff options
author | Ruben Bridgewater <ruben@bridgewater.de> | 2019-01-21 01:22:27 +0100 |
---|---|---|
committer | Ruben Bridgewater <ruben@bridgewater.de> | 2019-02-28 18:31:10 +0100 |
commit | 9edce1e12a7b69e7986dd15fce18d6e46590161a (patch) | |
tree | c5d37d8016a27bab698520ecc51cda4f7ad99d40 /lib/domain.js | |
parent | 7b674697d8005c29391ebaaf562eb4d92ed9b129 (diff) | |
download | node-new-9edce1e12a7b69e7986dd15fce18d6e46590161a.tar.gz |
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>
Diffstat (limited to 'lib/domain.js')
-rw-r--r-- | lib/domain.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/domain.js b/lib/domain.js index 031350746c..048e3e35ea 100644 --- a/lib/domain.js +++ b/lib/domain.js @@ -298,7 +298,7 @@ Domain.prototype.add = function(ee) { if (ee.domain) ee.domain.remove(ee); - // check for circular Domain->Domain links. + // Check for circular Domain->Domain links. // This causes bad insanity! // // For example: |