summaryrefslogtreecommitdiff
path: root/tools/doc/html.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/doc/html.js')
-rw-r--r--tools/doc/html.js4
1 files changed, 2 insertions, 2 deletions
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: `<div class="api_stability api_stability_${number}">` +
@@ -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