diff --git a/clap_complete/src/dynamic/candidate.rs b/clap_complete/src/dynamic/candidate.rs index 8123964df3e..ca1e695f71c 100644 --- a/clap_complete/src/dynamic/candidate.rs +++ b/clap_complete/src/dynamic/candidate.rs @@ -29,7 +29,7 @@ impl CompletionCandidate { /// Set the visibility of the completion candidate /// - /// Only shown when no there is no visible candidate for completing the current argument. + /// Only shown when there is no visible candidate for completing the current argument. pub fn hide(mut self, hidden: bool) -> Self { self.hidden = hidden; self