This commit is contained in:
JayceFayne
2022-09-07 10:16:55 +02:00
committed by GitHub
parent 247fff424d
commit 2030e25ddc

View File

@ -30,7 +30,7 @@ impl Command for SubCommand {
}
fn usage(&self) -> &str {
"compare to strings and return the edit distance/levenshtein distance"
"compare two strings and return the edit distance/levenshtein distance"
}
fn search_terms(&self) -> Vec<&str> {