chore: remove redundant words in comment

Signed-off-by: liangmulu <liangmulu@outlook.com>
This commit is contained in:
liangmulu 2025-07-09 14:15:32 +08:00 committed by Christian Clason
parent 01d8a39c0b
commit 81849352fc
2 changed files with 2 additions and 2 deletions

View file

@ -255,7 +255,7 @@ struct Test {
/// Only run corpus test cases whose name does not match the given regex
#[arg(long, short)]
pub exclude: Option<Regex>,
/// Only run corpus test cases from from a given filename
/// Only run corpus test cases from a given filename
#[arg(long)]
pub file_name: Option<String>,
/// The path to the tree-sitter grammar directory