mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 14:52:33 +00:00
Fix grammar in require_delimiter
fn docs
This commit is contained in:
parent
a11ca85e8f
commit
15d49064c3
1 changed files with 3 additions and 3 deletions
|
@ -3580,9 +3580,9 @@ impl<'help> Arg<'help> {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Specifies that *multiple values* may only be set using the delimiter. This means if an
|
/// Specifies that *multiple values* may only be set using the delimiter. This means if an
|
||||||
/// if an option is encountered, and no delimiter is found, it automatically assumed that no
|
/// option is encountered, and no delimiter is found, it is assumed that no additional values
|
||||||
/// additional values for that option follow. This is unlike the default, where it is generally
|
/// for that option follow. This is unlike the default, where it is generally assumed that
|
||||||
/// assumed that more values will follow regardless of whether or not a delimiter is used.
|
/// more values will follow regardless of whether or not a delimiter is used.
|
||||||
///
|
///
|
||||||
/// **NOTE:** The default is `false`.
|
/// **NOTE:** The default is `false`.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in a new issue