From f8763bb077db2f0be74e353c0b4f9e353c0fffa8 Mon Sep 17 00:00:00 2001 From: Ruben Bridgewater Date: Thu, 7 Mar 2019 01:03:53 +0100 Subject: benchmark,doc,lib,test: capitalize comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/26483 Reviewed-By: Vse Mozhet Byt Reviewed-By: Michaƫl Zasso --- doc/api/cluster.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api/cluster.md') diff --git a/doc/api/cluster.md b/doc/api/cluster.md index 879f4af793..90e64239b3 100644 --- a/doc/api/cluster.md +++ b/doc/api/cluster.md @@ -237,7 +237,7 @@ if (cluster.isMaster) { res.writeHead(200); res.end('hello world\n'); - // notify master about the request + // Notify master about the request process.send({ cmd: 'notifyRequest' }); }).listen(8000); } -- cgit v1.2.3