docs: fix typo

This commit is contained in:
Johannes Frankenau 2017-11-09 08:56:45 +01:00
parent 38fe447292
commit 002b07fc98

View file

@ -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`.
///