Skip to content

Commit

Permalink
Fix typo (to trigger builds)
Browse files Browse the repository at this point in the history
  • Loading branch information
robinst authored Nov 19, 2024
1 parent 348fd55 commit 895261a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/url.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use crate::scanner::Scanner;
/// The shortest valid URL (without a scheme) might be g.cn (Google China),
/// which consists of four characters.
/// We set this as a lower threshold for parsing URLs from plaintext
/// to avoid false-positives and as a slight performance optimization.
/// to avoid false positives and as a slight performance optimization.
/// This threshold might be adjusted in the future.
const MIN_URL_LENGTH: usize = 4;

Expand Down

0 comments on commit 895261a

Please sign in to comment.