This commit is contained in:
Matt Kraai 2018-01-10 21:01:21 -08:00 committed by GitHub
parent d78341f640
commit b83f387b80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1304,7 +1304,7 @@ impl<'a, 'b> App<'a, 'b> {
/// Generate a completions file for a specified shell at compile time.
///
/// **NOTE:** to generate the this file at compile time you must use a `build.rs` "Build Script"
/// **NOTE:** to generate the file at compile time you must use a `build.rs` "Build Script"
///
/// # Examples
///