Skip to content

Commit 6696d99

Browse files
committed
whitespace and capitalization
1 parent 7e86cd9 commit 6696d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/toc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ function godocs_nodeToText(node) {
115115
for (var j = 0; j != node.childNodes.length; j++) {
116116
var child = node.childNodes[j];
117117
if (child.nodeType == TEXT_NODE) {
118-
if (child.nodeValue != '[Top]') { //ok, that's a hack, but it works.
118+
if (child.nodeValue != '[Top]') { // Ok, that's a hack, but it works.
119119
text = text + child.nodeValue;
120120
}
121121
} else {

0 commit comments

Comments
 (0)