Skip to content

Commit

Permalink
docs: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Barbotte authored Sep 20, 2016
1 parent 7483cec commit bac417f
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 bac417f

Please sign in to comment.