diff --git a/examples/19_auto_authors.rs b/examples/19_auto_authors.rs index c96eec4e..afbb9853 100644 --- a/examples/19_auto_authors.rs +++ b/examples/19_auto_authors.rs @@ -10,6 +10,6 @@ fn main() { .author(crate_authors!()) .get_matches(); - // running the this app with the -h will display whatever author(s) are in your + // running this app with -h will display whatever author(s) are in your // Cargo.toml -} \ No newline at end of file +}