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 --- tools/doc/html.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/doc') diff --git a/tools/doc/html.js b/tools/doc/html.js index ef15cbded8..4d5e31fe9c 100644 --- a/tools/doc/html.js +++ b/tools/doc/html.js @@ -221,7 +221,7 @@ function preprocessElements({ filename }) { node.children.shift(); node.children.unshift(...paragraph.children); - // insert div with prefix and number + // Insert div with prefix and number node.children.unshift({ type: 'html', value: `
` + @@ -231,7 +231,7 @@ function preprocessElements({ filename }) { .replace(/\n/g, ' ') }); - // remove prefix and number from text + // Remove prefix and number from text text.value = explication; // close div -- cgit v1.2.3