Fix typos in the documentation for the clap::App struct

This commit is contained in:
Severen Redwood 2015-06-30 19:47:57 +12:00
parent 2614a0fa8c
commit 3e8891c00b

View file

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