Skip to content

Commit 3a6fa99

Browse files
committed
linkchecker: fix typo in main.rs
1 parent 019ab73 commit 3a6fa99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/linkchecker/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ fn walk(cache: &mut Cache, root: &Path, dir: &Path, errors: &mut bool) {
114114
}
115115

116116
fn check(cache: &mut Cache, root: &Path, file: &Path, errors: &mut bool) -> Option<PathBuf> {
117-
// Ignore none HTML files.
117+
// Ignore non-HTML files.
118118
if file.extension().and_then(|s| s.to_str()) != Some("html") {
119119
return None;
120120
}

0 commit comments

Comments
 (0)