diff --git a/crates/nu-cli/src/completions/completion_options.rs b/crates/nu-cli/src/completions/completion_options.rs index b716d2edaa..97775e177d 100644 --- a/crates/nu-cli/src/completions/completion_options.rs +++ b/crates/nu-cli/src/completions/completion_options.rs @@ -23,9 +23,9 @@ pub enum MatchAlgorithm { /// Example: /// "git checkout" is matched by "gco" Fuzzy, - + /// Only show suggestions which have a substring matching with the given input - /// + /// /// Example: /// "git checkout" is matched by "checkout" Substring,