Skip to content

Commit 87647d2

Browse files
authored
Merge pull request #5689 from a-kenji/fix-typo
fix: Typos in documentation to `CompleteEnv`
2 parents 5034cab + 4fbbc3a commit 87647d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clap_complete/src/env/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ pub use shells::*;
6464

6565
/// Environment-activated completions for your CLI
6666
///
67-
/// Benefits over CLI a completion argument or subcommand
68-
/// - Performance: we don't need to general [`clap::Command`] twice or parse arguments
67+
/// Benefits over a CLI completion argument or subcommand
68+
/// - Performance: we don't need to generate [`clap::Command`] twice or parse arguments
6969
/// - Flexibility: there is no concern over it interfering with other CLI logic
7070
///
7171
/// **Warning:** `stdout` should not be written to before [`CompleteEnv::complete`] has had a

0 commit comments

Comments
 (0)