Auto merge of #668 - nicompte:patch-2, r=kbknapp

docs: typo
This commit is contained in:
Homu 2016-09-28 00:33:23 +09:00
commit 5c7a2190cc

View file

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