mirror of
https://github.com/nushell/nushell.git
synced 2025-02-17 02:50:56 +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 {
|
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> {
|
||||||
|
Loading…
Reference in New Issue
Block a user