Skip to content

Commit

Permalink
chore: remove redundant word in comment
Browse files Browse the repository at this point in the history
Signed-off-by: linchizhen <[email protected]>
  • Loading branch information
linchizhen committed Jan 10, 2025
1 parent d93b745 commit 901c244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion legacy/tools/witx-cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ pub fn main() {
if check {
let output = output.expect("output argument required in docs --check mode");
if diff_against_filesystem(&doc.to_md(), &output).is_err() {
println!("Docs in tree are out-of-date with witx files. Re-run this executable with the following arguments to to re-generate:");
println!("Docs in tree are out-of-date with witx files. Re-run this executable with the following arguments to re-generate:");
println!(
"> witx docs {} --output {}",
input
Expand Down

0 comments on commit 901c244

Please sign in to comment.