Fix typo in Javascript comment

This commit is contained in:
Philipp Oppermann
2020-01-31 14:19:52 +01:00
committed by GitHub
parent 728620b527
commit b569fcbc25

View File

@@ -56,7 +56,7 @@ function toc_scroll_position(container) {
}
}
// set active call for current ToC item
// set active class for current ToC item
if (current_toc_item != null) {
current_toc_item.classList.add("active");
}