diff options
Diffstat (limited to 'benchmark/fixtures')
-rw-r--r-- | benchmark/fixtures/simple-http-server.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/fixtures/simple-http-server.js b/benchmark/fixtures/simple-http-server.js index 0eb7d9ee37..013ac468f5 100644 --- a/benchmark/fixtures/simple-http-server.js +++ b/benchmark/fixtures/simple-http-server.js @@ -9,7 +9,7 @@ const storedUnicode = Object.create(null); const useDomains = process.env.NODE_USE_DOMAINS; -// set up one global domain. +// Set up one global domain. if (useDomains) { var domain = require('domain'); const gdom = domain.create(); |