diff --git a/src/app.rs b/src/app.rs index bcd66b83..f4b860be 100644 --- a/src/app.rs +++ b/src/app.rs @@ -81,7 +81,7 @@ enum DidYouMeanMessageStyle { /// displaying the help information from --help or -h") /// .get_matches(); /// -/// // Your pogram logic starts here... +/// // Your program logic starts here... /// ``` pub struct App<'a, 'v, 'ab, 'u, 'h, 'ar> { // The name displayed to the user when showing version and help/usage information