Skip to content

Commit bac417f

Browse files
author
Nicolas Barbotte
authored
docs: typo
1 parent 7483cec commit bac417f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/args/arg.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2203,7 +2203,7 @@ impl<'a, 'b> Arg<'a, 'b> {
22032203
/// assert_eq!(m.occurrences_of("opt"), 0);
22042204
/// ```
22052205
///
2206-
/// Next we provide a valu at runtime to override the default.
2206+
/// Next we provide a value at runtime to override the default.
22072207
///
22082208
/// ```rust
22092209
/// # use clap::{App, Arg};

0 commit comments

Comments
 (0)