Skip to content

Commit

Permalink
Merge pull request #5667 from a-kenji/fix-typo
Browse files Browse the repository at this point in the history
Fix typo in dynamic completion doc comment
  • Loading branch information
epage committed Aug 12, 2024
2 parents 70d8334 + ef8dc8f commit 84cfd92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clap_complete/src/dynamic/candidate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 84cfd92

Please sign in to comment.