Skip to content

Commit dead7ca

Browse files
committed
Fix typo
1 parent 6aa3cc3 commit dead7ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lychee-bin/src/stats.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Disable lint, clippy thinks that InputSource has inner mutability, but this seems like a flase positive
1+
// Disable lint, clippy thinks that InputSource has inner mutability, but this seems like a false positive
22
#![allow(clippy::mutable_key_type)]
33

44
use std::collections::{HashMap, HashSet};

0 commit comments

Comments
 (0)