Skip to content

Commit daf7a83

Browse files
committed
Merge pull request #97 from rogergzou/master
whitespace and capitalization
2 parents 7e86cd9 + 6696d99 commit daf7a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/toc.js

Lines changed: 1 addition & 1 deletion
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)