Merge pull request #3371 from Wilfred/patch-1

Fix typo in doc comment
This commit is contained in:
Ed Page 2022-01-29 18:45:43 -06:00 committed by GitHub
commit 572e9dc7c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -106,7 +106,7 @@ impl<'help> App<'help> {
/// name will only be displayed to the user when they request to print
/// version or help and usage information.
///
/// See also [`app_from_crate!!`](crate::app_from_crate!) and [`crate_name!`](crate::crate_name!).
/// See also [`app_from_crate!`](crate::app_from_crate!) and [`crate_name!`](crate::crate_name!).
///
/// # Examples
///