Skip to content

Commit 06365d3

Browse files
authored
docs: remove consecutive duplicate words (#267)
2 parents a3f21e5 + 87c271e commit 06365d3

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)