Skip to content

Commit

Permalink
Auto merge of #813 - pixelistik:patch-1, r=kbknapp
Browse files Browse the repository at this point in the history
doc: Fix typo
  • Loading branch information
homu committed Jan 9, 2017
2 parents ec9b556 + 5de1b6e commit 7f606de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ use completions::Shell;
/// .arg(
/// Arg::with_name("in_file").index(1)
/// )
/// .after_help("Longer explaination to appear after the options when \
/// .after_help("Longer explanation to appear after the options when \
/// displaying the help information from --help or -h")
/// .get_matches();
///
Expand Down

0 comments on commit 7f606de

Please sign in to comment.