summaryrefslogtreecommitdiffstats
path: root/doxygen/hdf5_navtree_hacks.js
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-05-01 16:06:39 (GMT)
committerGitHub <noreply@github.com>2023-05-01 16:06:39 (GMT)
commit265494b5b94c9f83ce80e06669bab83398c1970b (patch)
treeca6731061157e3022611c66e0237bf42e0fb5b2f /doxygen/hdf5_navtree_hacks.js
parent0dceadf245a50f9f8cfe5f75f7caa41471e319a0 (diff)
downloadhdf5-265494b5b94c9f83ce80e06669bab83398c1970b.zip
hdf5-265494b5b94c9f83ce80e06669bab83398c1970b.tar.gz
hdf5-265494b5b94c9f83ce80e06669bab83398c1970b.tar.bz2
Remove "the the" from comments and docs (#2865)
Diffstat (limited to 'doxygen/hdf5_navtree_hacks.js')
-rw-r--r--doxygen/hdf5_navtree_hacks.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/doxygen/hdf5_navtree_hacks.js b/doxygen/hdf5_navtree_hacks.js
index dda8984..804701f 100644
--- a/doxygen/hdf5_navtree_hacks.js
+++ b/doxygen/hdf5_navtree_hacks.js
@@ -141,7 +141,7 @@ function initNavTree(toroot,relpath)
$(window).on("load", showRoot);
}
-// return false if the the node has no children at all, or has only section/subsection children
+// return false if the node has no children at all, or has only section/subsection children
function checkChildrenData(node) {
if (!(typeof(node.childrenData)==='string')) {
for (var i in node.childrenData) {