mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 14:52:33 +00:00
Fix typos in the documentation for the clap::App
struct
This commit is contained in:
parent
2614a0fa8c
commit
3e8891c00b
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ enum DidYouMeanMessageStyle {
|
||||||
/// displaying the help information from --help or -h")
|
/// displaying the help information from --help or -h")
|
||||||
/// .get_matches();
|
/// .get_matches();
|
||||||
///
|
///
|
||||||
/// // Your pogram logic starts here...
|
/// // Your program logic starts here...
|
||||||
/// ```
|
/// ```
|
||||||
pub struct App<'a, 'v, 'ab, 'u, 'h, 'ar> {
|
pub struct App<'a, 'v, 'ab, 'u, 'h, 'ar> {
|
||||||
// The name displayed to the user when showing version and help/usage information
|
// The name displayed to the user when showing version and help/usage information
|
||||||
|
|
Loading…
Reference in a new issue