mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 14:52:33 +00:00
docs: fix typo
This commit is contained in:
parent
38fe447292
commit
002b07fc98
1 changed files with 1 additions and 1 deletions
|
@ -1375,7 +1375,7 @@ impl<'a, 'b> App<'a, 'b> {
|
|||
/// outdir); // Then say where write the completions to
|
||||
/// }
|
||||
/// ```
|
||||
/// Now, once we combile there will be a `{bin_name}.bash-completion` file in the directory.
|
||||
/// Now, once we compile there will be a `{bin_name}.bash-completion` file in the directory.
|
||||
/// Assuming we compiled with debug mode, it would be somewhere similar to
|
||||
/// `<project>/target/debug/build/myapp-<hash>/out/myapp.bash-completion`.
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue