Merge pull request #1146 from kraai/patch-2

fix: Fix typos
This commit is contained in:
Kevin K 2018-01-15 11:53:08 -05:00 committed by GitHub
commit e078a5893b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}
}