Skip to content

Commit

Permalink
Auto merge of #668 - nicompte:patch-2, r=kbknapp
Browse files Browse the repository at this point in the history
docs: typo
  • Loading branch information
homu committed Sep 27, 2016
2 parents 7483cec + bac417f commit 5c7a219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/args/arg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2203,7 +2203,7 @@ impl<'a, 'b> Arg<'a, 'b> {
/// assert_eq!(m.occurrences_of("opt"), 0);
/// ```
///
/// Next we provide a valu at runtime to override the default.
/// Next we provide a value at runtime to override the default.
///
/// ```rust
/// # use clap::{App, Arg};
Expand Down

0 comments on commit 5c7a219

Please sign in to comment.