Skip to content

Commit 84cfd92

Browse files
authored
Merge pull request #5667 from a-kenji/fix-typo
Fix typo in dynamic completion doc comment
2 parents 70d8334 + ef8dc8f commit 84cfd92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clap_complete/src/dynamic/candidate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ impl CompletionCandidate {
2929

3030
/// Set the visibility of the completion candidate
3131
///
32-
/// Only shown when no there is no visible candidate for completing the current argument.
32+
/// Only shown when there is no visible candidate for completing the current argument.
3333
pub fn hide(mut self, hidden: bool) -> Self {
3434
self.hidden = hidden;
3535
self

0 commit comments

Comments
 (0)