Skip to content

Commit 87c271e

Browse files
authored
Update main.rs
1 parent a3f21e5 commit 87c271e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

link-inspector/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ fn check_link(link: &str) -> anyhow::Result<()> {
2929
}
3030

3131
fn main() -> anyhow::Result<()> {
32-
println!("🔎 Go Go Gadget Linkifier");
32+
println!("🔎 Go Gadget Linkifier");
3333

3434
let arena = Arena::new();
3535
let comrak_options = comrak::ComrakOptions::default();

0 commit comments

Comments
 (0)