We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e86cd9 commit 6696d99Copy full SHA for 6696d99
docs/toc.js
@@ -115,7 +115,7 @@ function godocs_nodeToText(node) {
115
for (var j = 0; j != node.childNodes.length; j++) {
116
var child = node.childNodes[j];
117
if (child.nodeType == TEXT_NODE) {
118
- if (child.nodeValue != '[Top]') { //ok, that's a hack, but it works.
+ if (child.nodeValue != '[Top]') { // Ok, that's a hack, but it works.
119
text = text + child.nodeValue;
120
}
121
} else {
0 commit comments