Skip to content

Commit 8f4765f

Browse files
committed
Refine comment
1 parent aab08ae commit 8f4765f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/resources/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ function initSearch(name) {
102102

103103
var baseHref = '';
104104
if (!$('body').data('using-base-href')) {
105-
// If we aren't using a base-href flag, we will need to add the relative
105+
// If dartdoc did not add a base-href tag, we will need to add the relative
106106
// path ourselves.
107107
baseHref = $('body').data('base-href');
108108
}

0 commit comments

Comments
 (0)