From 002b07fc98a1c85acb66296b1eec0b2aba906125 Mon Sep 17 00:00:00 2001 From: Johannes Frankenau Date: Thu, 9 Nov 2017 08:56:45 +0100 Subject: [PATCH] docs: fix typo --- src/app/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/mod.rs b/src/app/mod.rs index d08f9de005b..28726b2df21 100644 --- a/src/app/mod.rs +++ b/src/app/mod.rs @@ -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 /// `/target/debug/build/myapp-/out/myapp.bash-completion`. ///