We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 70d8334 + ef8dc8f commit 84cfd92Copy full SHA for 84cfd92
clap_complete/src/dynamic/candidate.rs
@@ -29,7 +29,7 @@ impl CompletionCandidate {
29
30
/// Set the visibility of the completion candidate
31
///
32
- /// 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.
33
pub fn hide(mut self, hidden: bool) -> Self {
34
self.hidden = hidden;
35
self
0 commit comments