mirror of
https://github.com/nushell/nushell.git
synced 2024-11-23 00:43:33 +01:00
fix typo (#6508)
This commit is contained in:
parent
247fff424d
commit
2030e25ddc
@ -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> {
|
||||
|
Loading…
Reference in New Issue
Block a user