Skip to content

Commit

Permalink
Merge pull request clap-rs#1100 from jfrankenau/fix-typo
Browse files Browse the repository at this point in the history
docs: fix typo
  • Loading branch information
kbknapp committed Nov 9, 2017
2 parents 38fe447 + 002b07f commit de7b236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
///
Expand Down

0 comments on commit de7b236

Please sign in to comment.