This commit is contained in:
JayceFayne 2022-09-07 10:16:55 +02:00 committed by GitHub
parent 247fff424d
commit 2030e25ddc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ impl Command for SubCommand {
} }
fn usage(&self) -> &str { 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> { fn search_terms(&self) -> Vec<&str> {