Skip to content

Commit 5cf84da

Browse files
authored
chore: remove redundant word in comment (#637)
Signed-off-by: linchizhen <jiayanbing@yeah.net>
1 parent 7fdd53c commit 5cf84da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

legacy/tools/witx-cli/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ pub fn main() {
9090
if check {
9191
let output = output.expect("output argument required in docs --check mode");
9292
if diff_against_filesystem(&doc.to_md(), &output).is_err() {
93-
println!("Docs in tree are out-of-date with witx files. Re-run this executable with the following arguments to to re-generate:");
93+
println!("Docs in tree are out-of-date with witx files. Re-run this executable with the following arguments to re-generate:");
9494
println!(
9595
"> witx docs {} --output {}",
9696
input

0 commit comments

Comments
 (0)