mirror of
https://github.com/clap-rs/clap
synced 2025-03-04 23:37:32 +00:00
commit
5c7a2190cc
1 changed files with 1 additions and 1 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Reference in a new issue